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:
Chip Turner 2013-01-14 18:43:55 -08:00
parent 28fe86c48a
commit 9bbcab57a9
1 changed files with 0 additions and 1 deletions

View File

@ -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;