1
0
Fork 0

removed unused variable

This commit is contained in:
Jan Steemann 2016-10-18 10:30:29 +02:00
parent 1c1a65962e
commit 87c536bf6c
1 changed files with 0 additions and 1 deletions

View File

@ -280,7 +280,6 @@ bool Constituent::vote(term_t term, std::string id, index_t prevLogIndex,
TRI_ASSERT(_vocbase);
term_t t = 0;
std::string lid;
MUTEX_LOCKER(guard, _castLock);