mirror of https://gitee.com/bigwinds/arangodb
more pedantic code check
This commit is contained in:
parent
9db006b25c
commit
7a010902d9
|
@ -241,7 +241,7 @@ bool Supervision::doChecks(bool timedout) {
|
|||
_snapshot = _agent->readDB().get("/");
|
||||
|
||||
LOG_TOPIC(DEBUG, Logger::AGENCY) << "Sanity checks";
|
||||
std::vector<check_t> ret = checkDBServers();
|
||||
/*std::vector<check_t> ret = */checkDBServers();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue