Removed unused code
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5830 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -46,7 +46,6 @@ import com.threerings.presents.annotation.EventThread;
|
|||||||
import com.threerings.presents.data.ClientObject;
|
import com.threerings.presents.data.ClientObject;
|
||||||
import com.threerings.presents.net.AuthRequest;
|
import com.threerings.presents.net.AuthRequest;
|
||||||
import com.threerings.presents.net.AuthResponse;
|
import com.threerings.presents.net.AuthResponse;
|
||||||
import com.threerings.presents.net.Credentials;
|
|
||||||
import com.threerings.presents.server.net.AuthingConnection;
|
import com.threerings.presents.server.net.AuthingConnection;
|
||||||
import com.threerings.presents.server.net.Connection;
|
import com.threerings.presents.server.net.Connection;
|
||||||
|
|
||||||
@@ -413,7 +412,6 @@ public class ClientManager
|
|||||||
public synchronized void connectionEstablished (
|
public synchronized void connectionEstablished (
|
||||||
Connection conn, Name authname, AuthRequest req, AuthResponse rsp)
|
Connection conn, Name authname, AuthRequest req, AuthResponse rsp)
|
||||||
{
|
{
|
||||||
Credentials creds = req.getCredentials();
|
|
||||||
String type = authname.getClass().getSimpleName();
|
String type = authname.getClass().getSimpleName();
|
||||||
|
|
||||||
// see if a client is already registered with this name
|
// see if a client is already registered with this name
|
||||||
|
|||||||
Reference in New Issue
Block a user