diff --git a/arangod/Agency/Constituent.cpp b/arangod/Agency/Constituent.cpp index ac5e08acb0..1543a07874 100644 --- a/arangod/Agency/Constituent.cpp +++ b/arangod/Agency/Constituent.cpp @@ -115,7 +115,6 @@ void Constituent::termNoLock(term_t t) { << " term " << t; _cast = false; - _votedFor = ""; Builder body; body.add(VPackValue(VPackValueType::Object)); std::ostringstream i_str;