SOLR-5749: Removed unused methods

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580465 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2014-03-23 07:30:21 +00:00
parent c263c714ce
commit 68825572d2
1 changed files with 0 additions and 7 deletions

View File

@ -1045,13 +1045,6 @@ public class Overseer {
return this.isClosed;
}
public DistributedQueue getStateUpdateQueue() {
return stateUpdateQueue;
}
public DistributedQueue getWorkQueue() {
return workQueue;
}
}
static void getShardNames(Integer numShards, List<String> shardNames) {