remove double call to shards (meaningless, but still)

This commit is contained in:
Shay Banon 2012-04-05 19:23:42 +03:00
parent 0cdd55bcd7
commit c26934be36
1 changed files with 0 additions and 1 deletions

View File

@ -368,7 +368,6 @@ public abstract class TransportShardReplicationOperationAction<Request extends S
}
}
shardIt = shards(clusterState, request);
shardIt = shards(clusterState, request);
} catch (Exception e) {
listener.onFailure(e);
return true;