remove stale comment from CircuitBreakerStats

This commit is contained in:
javanna 2016-09-06 16:28:25 +02:00 committed by Luca Cavanna
parent e3f2af8384
commit dd9b29b6c6
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ public class CircuitBreakerStats implements Writeable, ToXContent {
}
public CircuitBreakerStats(StreamInput in) throws IOException {
// limit is the maximum from the old circuit breaker stats for backwards compatibility
limit = in.readLong();
estimated = in.readLong();
overhead = in.readDouble();