[Style] Remove unused function

https://github.com/nasa/openmct/issues/1251
This commit is contained in:
Pete Richards 2016-10-14 13:16:00 -07:00
parent 08c0aeb2d5
commit d643efa9bb

View File

@ -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;
});