mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-20 12:48:01 +07:00
Removed unneed code
This commit is contained in:
@ -32,9 +32,6 @@ public class Pinger extends IntervalBaseSystem {
|
|||||||
|
|
||||||
public long ping;
|
public long ping;
|
||||||
public long rtt;
|
public long rtt;
|
||||||
// TODO: provide a running average of past N RTTs
|
|
||||||
// private final double deltas[] = new double[5];
|
|
||||||
// private int deltaCount;
|
|
||||||
|
|
||||||
public Pinger() {
|
public Pinger() {
|
||||||
super(1.0f);
|
super(1.0f);
|
||||||
|
Reference in New Issue
Block a user