Unused imports

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6547 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2011-03-23 01:46:55 +00:00
parent 94c89e390c
commit 34f0f9ab8d
@@ -21,9 +21,10 @@
package com.threerings.presents.client;
import java.util.HashSet;
import static com.threerings.presents.Log.log;
import java.security.PublicKey;
import java.util.HashSet;
import com.google.common.collect.Sets;
@@ -34,7 +35,6 @@ import com.samskivert.util.RunQueue;
import com.samskivert.util.StringUtil;
import com.samskivert.util.Throttle;
import com.threerings.presents.client.InvocationService.ConfirmListener;
import com.threerings.presents.data.AuthCodes;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.data.InvocationCodes;
@@ -49,8 +49,6 @@ import com.threerings.presents.net.PongResponse;
import com.threerings.presents.net.ThrottleUpdatedMessage;
import com.threerings.presents.util.SecureUtil;
import static com.threerings.presents.Log.log;
/**
* Through the client object, a connection to the system is established and maintained. The client
* object maintains two separate threads (a reader and a writer) by which all network traffic is