remove dead code

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2011-07-08 11:27:13 +00:00
parent 6c5621f16c
commit ac3f91daa2
2 changed files with 0 additions and 2 deletions

View File

@ -131,7 +131,6 @@ public class TestLBHttpSolrServer extends LuceneTestCase {
LBHttpSolrServer lbHttpSolrServer = new LBHttpSolrServer(httpClient, solr[0].getUrl(), solr[1].getUrl());
lbHttpSolrServer.setAliveCheckInterval(500);
SolrQuery solrQuery = new SolrQuery("*:*");
Set<String> names = new HashSet<String>();
QueryResponse resp = null;
solr[0].jetty.stop();
solr[0].jetty = null;

View File

@ -794,7 +794,6 @@ public class TestReplicationHandler extends SolrTestCaseJ4 {
dataDir.mkdirs();
confDir.mkdirs();
File f = new File(confDir, "solrconfig.xml");
copyConfigFile(getSolrConfigFile(), "solrconfig.xml");
copyConfigFile(getSchemaFile(), "schema.xml");
}