mirror of https://gitee.com/bigwinds/arangodb
remove currently unused method
This commit is contained in:
parent
f923a6a36e
commit
67c98cb9c7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue