From cfa46180e5d47d3c84488cb4fa5f351bab89c487 Mon Sep 17 00:00:00 2001 From: Andreas Streichardt Date: Thu, 24 Nov 2016 15:22:43 +0100 Subject: [PATCH] Remove useless variable --- arangod/Cluster/ServerState.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/arangod/Cluster/ServerState.cpp b/arangod/Cluster/ServerState.cpp index 956ac69f5b..79668e0e85 100644 --- a/arangod/Cluster/ServerState.cpp +++ b/arangod/Cluster/ServerState.cpp @@ -378,7 +378,6 @@ std::string ServerState::createIdForRole( sleep(1); } - size_t idCounter = 1; VPackSlice entry; do {