Removed unneed code

This commit is contained in:
Collin Smith 2020-06-12 15:52:43 -07:00
parent 1c920b461c
commit 42ff871f38

View File

@ -32,9 +32,6 @@ public class Pinger extends IntervalBaseSystem {
public long ping;
public long rtt;
// TODO: provide a running average of past N RTTs
// private final double deltas[] = new double[5];
// private int deltaCount;
public Pinger() {
super(1.0f);