1
0
Fork 0

removed reference to unused variable

This commit is contained in:
Jan Steemann 2016-01-25 18:17:50 +01:00
parent 840603ef79
commit f5d2839bf0
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}