mirror of https://gitee.com/bigwinds/arangodb
removed reference to unused variable
This commit is contained in:
parent
840603ef79
commit
f5d2839bf0
|
@ -3191,7 +3191,7 @@ static void CreateDatabaseCoordinator(
|
|||
|
||||
std::string const serverId(ServerState::instance()->getId());
|
||||
builder.add("coordinator", VPackValue(serverId));
|
||||
} catch (VPackException const& e) {
|
||||
} catch (VPackException const&) {
|
||||
TRI_V8_THROW_EXCEPTION_MEMORY();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue