Missed a couple lines.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4578 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -446,7 +446,6 @@ public class PeerManager
|
|||||||
{
|
{
|
||||||
// if this is another peer, don't worry about it
|
// if this is another peer, don't worry about it
|
||||||
if (client instanceof PeerClient) {
|
if (client instanceof PeerClient) {
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -997,7 +996,6 @@ public class PeerManager
|
|||||||
protected Lock _lock;
|
protected Lock _lock;
|
||||||
protected boolean _acquire;
|
protected boolean _acquire;
|
||||||
protected ArrayIntSet _remoids;
|
protected ArrayIntSet _remoids;
|
||||||
protected int _remaining;
|
|
||||||
protected Interval _timeout;
|
protected Interval _timeout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user