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
main
Chip Turner 12 years ago
parent 28fe86c48a
commit 9bbcab57a9
  1. 1
      db/version_set.cc

@ -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…
Cancel
Save