LUCENE-5952: remove dead writer.version parsing code

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-09-21 09:47:54 +00:00
parent 4950230f32
commit ea1813da94
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ import org.apache.lucene.index.MergeScheduler;
import org.apache.lucene.index.NoDeletionPolicy;
import org.apache.lucene.index.NoMergePolicy;
import org.apache.lucene.index.NoMergeScheduler;
import org.apache.lucene.util.Version;
/**
* Create an index. <br>