mirror of https://github.com/apache/lucene.git
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:
parent
c263c714ce
commit
68825572d2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue