mirror of https://github.com/apache/lucene.git
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:
parent
f514b787e6
commit
9e9324b81e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue