mirror of https://github.com/facebook/rocksdb.git
Fix broken build
Summary: Mis-merged from HEAD, had a duplicate declaration. Test Plan: make -j32 OPT=-g Reviewers: dhruba Reviewed By: dhruba Differential Revision: https://reviews.facebook.net/D7911
This commit is contained in:
parent
28fe86c48a
commit
9bbcab57a9
|
@ -588,7 +588,6 @@ void Version::ExtendOverlappingInputs(
|
|||
assert(user_cmp->Compare(flimit, user_begin) >= 0);
|
||||
}
|
||||
}
|
||||
int count=0;
|
||||
#endif
|
||||
int startIndex = midIndex + 1;
|
||||
int endIndex = midIndex;
|
||||
|
|
Loading…
Reference in New Issue