mirror of https://gitee.com/bigwinds/arangodb
removed unused variables
This commit is contained in:
parent
288f42c531
commit
195b8a549a
|
@ -133,10 +133,6 @@ bool Agent::activateStandbyAgent() { return true; }
|
||||||
/// Start constituent personality
|
/// Start constituent personality
|
||||||
void Agent::startConstituent() {
|
void Agent::startConstituent() {
|
||||||
activateAgency();
|
activateAgency();
|
||||||
|
|
||||||
auto database = ApplicationServer::getFeature<DatabaseFeature>("Database");
|
|
||||||
auto vocbase = database->vocbase();
|
|
||||||
auto queryRegistry = QueryRegistryFeature::QUERY_REGISTRY;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Waits here for confirmation of log's commits up to index.
|
// Waits here for confirmation of log's commits up to index.
|
||||||
|
|
Loading…
Reference in New Issue