mirror of https://gitee.com/bigwinds/arangodb
remove currently unused method
This commit is contained in:
parent
f923a6a36e
commit
67c98cb9c7
|
@ -271,12 +271,6 @@ class ApplicationServer {
|
||||||
|
|
||||||
std::vector<ApplicationFeature*> const& getOrderedFeatures() { return _orderedFeatures; }
|
std::vector<ApplicationFeature*> const& getOrderedFeatures() { return _orderedFeatures; }
|
||||||
|
|
||||||
static void setStateUnsafe(ServerState state) {
|
|
||||||
if (server) {
|
|
||||||
server->_state.store(state);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// throws an exception that a requested feature was not found
|
// throws an exception that a requested feature was not found
|
||||||
[[ noreturn ]] static void throwFeatureNotFoundException(std::string const& name);
|
[[ noreturn ]] static void throwFeatureNotFoundException(std::string const& name);
|
||||||
|
|
Loading…
Reference in New Issue