mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 23:12:23 +00:00
[Style] Remove unused function
https://github.com/nasa/openmct/issues/1251
This commit is contained in:
parent
08c0aeb2d5
commit
d643efa9bb
@ -52,11 +52,6 @@ define([
|
||||
}
|
||||
};
|
||||
|
||||
// Assume no one ever removes a root. everything is opt in.
|
||||
RootRegistry.prototype.removeRoot = function (key) {
|
||||
throw new Error('you should never remove a root');
|
||||
};
|
||||
|
||||
return RootRegistry;
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user