remove unused variables

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-08-08 19:36:59 +00:00
parent 043baabb62
commit 41cf1702b3
2 changed files with 0 additions and 5 deletions

View File

@ -18,9 +18,6 @@ package org.apache.lucene.search;
import junit.framework.TestCase;
import java.util.Vector;
import org.apache.lucene.index.Term;
import org.apache.lucene.index.IndexWriter;
import org.apache.lucene.queryParser.QueryParser;
import org.apache.lucene.store.RAMDirectory;

View File

@ -64,8 +64,6 @@ public class TestSimilarity extends TestCase {
writer.optimize();
writer.close();
final float[] scores = new float[4];
Searcher searcher = new IndexSearcher(store);
searcher.setSimilarity(new SimpleSimilarity());