提交 2ba125fa 编写于 作者: M Mark Callaghan

fix warning for unused variable

Test Plan: compile

Reviewers: dhruba

Reviewed By: dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D7857
上级 85ad13be
......@@ -588,10 +588,10 @@ void Version::ExtendOverlappingInputs(
assert(user_cmp->Compare(flimit, user_begin) >= 0);
}
}
int count=0;
#endif
int startIndex = midIndex + 1;
int endIndex = midIndex;
int count = 0;
// check backwards from 'mid' to lower indices
for (int i = midIndex; i >= 0 ; i--) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册