remove unused var

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529653 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-10-06 17:30:50 +00:00
parent f514b787e6
commit 9e9324b81e
1 changed files with 0 additions and 1 deletions

View File

@ -1227,7 +1227,6 @@ public class TestIndexWriterDelete extends LuceneTestCase {
public void testNoLostDeletesOnDiskFull() throws Exception {
int deleteCount = 0;
int idUpto = 0;
int docBase = 0;
int docCount = 0;