mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Style] Remove unused function
https://github.com/nasa/openmct/issues/1251
This commit is contained in:
@ -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;
|
return RootRegistry;
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user