Widen/remove unused variable
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5663 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -486,7 +486,6 @@ public class ClientManager
|
||||
{
|
||||
// remove the client from the username map
|
||||
Name username = session.getCredentials().getUsername();
|
||||
String type = username.getClass().getSimpleName();
|
||||
PresentsSession rc;
|
||||
synchronized (_usermap) {
|
||||
rc = _usermap.remove(username);
|
||||
|
||||
Reference in New Issue
Block a user