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:
Andrzej Kapolka
2007-02-14 22:20:09 +00:00
parent 0fa6d2f233
commit 32d99abe15
@@ -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;
} }