mirror of https://gitee.com/bigwinds/arangodb
removed unused variable
This commit is contained in:
parent
1c1a65962e
commit
87c536bf6c
|
@ -280,7 +280,6 @@ bool Constituent::vote(term_t term, std::string id, index_t prevLogIndex,
|
||||||
TRI_ASSERT(_vocbase);
|
TRI_ASSERT(_vocbase);
|
||||||
|
|
||||||
term_t t = 0;
|
term_t t = 0;
|
||||||
std::string lid;
|
|
||||||
|
|
||||||
MUTEX_LOCKER(guard, _castLock);
|
MUTEX_LOCKER(guard, _castLock);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue