1
0
Fork 0

removed unused variable

This commit is contained in:
Frank Celler 2019-08-09 10:01:14 +02:00
parent 0825cfc270
commit cf26b3a39e
1 changed files with 0 additions and 3 deletions

View File

@ -3710,8 +3710,6 @@ arangodb::Result lockDBServerTransactions(
std::string const url = apiStr + "lock";
std::unordered_map<std::string, std::string> headers;
VPackBuilder lock;
{
VPackObjectBuilder o(&lock);
@ -4253,7 +4251,6 @@ arangodb::Result listHotBackupsOnCoordinator(
arangodb::Result deleteHotBackupsOnCoordinator(
VPackSlice const payload, VPackBuilder& report) {
std::unordered_map<std::string, BackupMeta> listIds;
std::vector<std::string> deleted;
VPackBuilder dummy;
arangodb::Result result;