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:
Dave Hoover
2009-02-23 21:53:18 +00:00
parent fe357a5099
commit 41003c6059
2 changed files with 11 additions and 13 deletions
@@ -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);