mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-10 02:47:02 +07:00
Removed unneed code
This commit is contained in:
parent
1c920b461c
commit
42ff871f38
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user