mirror of https://github.com/apache/lucene.git
Remove unused local (targetShard) in SliceMutator.
This commit is contained in:
parent
d195f7ad0e
commit
5965ae2eea
|
@ -184,7 +184,6 @@ public class SliceMutator {
|
|||
String routeKey = message.getStr("routeKey");
|
||||
String range = message.getStr("range");
|
||||
String targetCollection = message.getStr("targetCollection");
|
||||
String targetShard = message.getStr("targetShard");
|
||||
String expireAt = message.getStr("expireAt");
|
||||
|
||||
DocCollection collection = clusterState.getCollection(collectionName);
|
||||
|
|
Loading…
Reference in New Issue