From 76f55d84bca222c7351d3397daf48eed06d4985d Mon Sep 17 00:00:00 2001 From: jsteemann Date: Tue, 12 Jul 2016 16:56:48 +0200 Subject: [PATCH] remove unused variable --- arangod/RestHandler/RestReplicationHandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/arangod/RestHandler/RestReplicationHandler.cpp b/arangod/RestHandler/RestReplicationHandler.cpp index 8f77c671b9..8c358e3546 100644 --- a/arangod/RestHandler/RestReplicationHandler.cpp +++ b/arangod/RestHandler/RestReplicationHandler.cpp @@ -2238,7 +2238,6 @@ int RestReplicationHandler::processRestoreDataBatch( // Now try to insert all keys for which the last marker was a document // marker, note that these could still be replace markers! - std::vector insertTried; builder.clear(); { VPackArrayBuilder guard(&builder);