Unused import nixage.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6400 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2010-12-31 22:36:46 +00:00
parent 90c6429070
commit 127e388349
30 changed files with 0 additions and 31 deletions
@@ -21,7 +21,6 @@
package com.threerings.admin.client;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
/**
@@ -24,7 +24,6 @@ package com.threerings.admin.data;
import javax.annotation.Generated;
import com.threerings.admin.client.AdminService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
@@ -40,7 +40,6 @@ import com.threerings.admin.web.gwt.ConfigService.ConfigurationResult;
import com.threerings.admin.web.gwt.ConfigServiceAsync;
import com.threerings.gwt.util.PopupCallback;
/**
* The main panel of the configuration editor. All service calls are routed through here.
* Subclass this class in your project.
@@ -21,7 +21,6 @@
package com.threerings.bureau.client;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
/**
@@ -24,7 +24,6 @@ package com.threerings.bureau.data;
import javax.annotation.Generated;
import com.threerings.bureau.client.BureauService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
/**
@@ -21,7 +21,6 @@
package com.threerings.crowd.chat.client;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
import com.threerings.crowd.chat.data.ChatChannel;
@@ -23,7 +23,6 @@ package com.threerings.crowd.chat.client;
import com.threerings.util.Name;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
/**
@@ -21,7 +21,6 @@
package com.threerings.crowd.chat.client;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
/**
@@ -24,7 +24,6 @@ package com.threerings.crowd.chat.data;
import javax.annotation.Generated;
import com.threerings.crowd.chat.client.ChannelSpeakService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
/**
@@ -24,7 +24,6 @@ package com.threerings.crowd.chat.data;
import javax.annotation.Generated;
import com.threerings.crowd.chat.client.ChatService;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
@@ -24,7 +24,6 @@ package com.threerings.crowd.chat.data;
import javax.annotation.Generated;
import com.threerings.crowd.chat.client.SpeakService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
/**
@@ -21,7 +21,6 @@
package com.threerings.crowd.client;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
/**
@@ -21,7 +21,6 @@
package com.threerings.crowd.client;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
import com.threerings.crowd.data.PlaceConfig;
@@ -24,7 +24,6 @@ package com.threerings.crowd.data;
import javax.annotation.Generated;
import com.threerings.crowd.client.BodyService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
/**
@@ -24,7 +24,6 @@ package com.threerings.crowd.data;
import javax.annotation.Generated;
import com.threerings.crowd.client.LocationService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
@@ -23,7 +23,6 @@ package com.threerings.crowd.peer.client;
import com.threerings.util.Name;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
import com.threerings.crowd.chat.client.ChatService;
@@ -27,7 +27,6 @@ import com.threerings.crowd.chat.client.ChatService;
import com.threerings.crowd.chat.data.ChatMarshaller;
import com.threerings.crowd.chat.data.UserMessage;
import com.threerings.crowd.peer.client.CrowdPeerService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.util.Name;
@@ -321,7 +321,6 @@ public class ObjectOutputStream extends DataOutputStream
write(baos.toByteArray());
}
/** Used to map classes to numeric codes and the {@link Streamer} instance used to write
* them. */
protected Map<Class<?>, ClassMapping> _classmap;
@@ -87,7 +87,6 @@ public class PolicyServer extends ConnectionManager
}
}
@Override
protected void didShutdown ()
{
@@ -159,7 +159,6 @@ public abstract class ConnectionManager extends LoopingThread
_lastDebugStamp = iterStamp;
}
// close any connections that have been queued up to die
Connection dconn;
while ((dconn = _deathq.getNonBlocking()) != null) {
@@ -94,7 +94,6 @@ public class ServerSocketChannelAcceptor
}
}
protected void acceptConnections (int port)
throws IOException
{
@@ -1,6 +1,5 @@
package com.threerings.presents.client;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationReceiver.Registration;
/**
@@ -2,7 +2,6 @@ package com.threerings.presents.data;
import javax.annotation.Generated;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationReceiver;
import com.threerings.presents.client.RegistrationService;
@@ -23,7 +23,6 @@ package com.threerings.presents.data;
import javax.annotation.Generated;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.TimeBaseService;
import com.threerings.presents.dobj.InvocationResponseEvent;
@@ -21,7 +21,6 @@
package com.threerings.presents.peer.client;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
import com.threerings.presents.peer.data.NodeObject.Lock;
@@ -23,7 +23,6 @@ package com.threerings.presents.peer.data;
import javax.annotation.Generated;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.peer.client.PeerService;
@@ -51,7 +51,6 @@ import com.google.common.io.Files;
import com.samskivert.io.StreamUtil;
import com.samskivert.mustache.Mustache;
public abstract class GenTask extends Task
{
/**
@@ -86,7 +86,6 @@ public class CPPUtil
return new File(root, makePath(klass, ext)).getAbsolutePath();
}
public static String makePath (File root, List<String> namespaces, String className, String ext)
{
return new File(root, makePath(namespaces, className, ext)).getAbsolutePath();
@@ -315,8 +315,6 @@ public class MethodProfiler
log.info(name, "results", toResult(stats));
}
/**
* Calculates the results of the the profile.
*/
@@ -23,7 +23,6 @@ package com.threerings.presents.data;
import javax.annotation.Generated;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
import com.threerings.presents.client.TestService;
import com.threerings.presents.dobj.InvocationResponseEvent;