1
0
Fork 0

remove currently unused method

This commit is contained in:
jsteemann 2018-12-04 20:05:05 +01:00
parent f923a6a36e
commit 67c98cb9c7
1 changed files with 1 additions and 7 deletions

View File

@ -270,13 +270,7 @@ class ApplicationServer {
void setupDependencies(bool failOnMissing);
std::vector<ApplicationFeature*> const& getOrderedFeatures() { return _orderedFeatures; }
static void setStateUnsafe(ServerState state) {
if (server) {
server->_state.store(state);
}
}
private:
// throws an exception that a requested feature was not found
[[ noreturn ]] static void throwFeatureNotFoundException(std::string const& name);