cleanup
[org.ibex.jinetd.git] / src / org / ibex / jinetd / Worker.java
diff --git a/src/org/ibex/jinetd/Worker.java b/src/org/ibex/jinetd/Worker.java
deleted file mode 100644 (file)
index 27c328c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
-// Licensed under the Apache Public Source License 2.0 ("the License").
-// You may not use this file except in compliance with the License.
-
-package org.ibex.jinetd;
-import org.ibex.util.*;
-import org.ibex.io.*;
-import java.net.*;
-import java.io.*;
-import java.util.*;
-
-public interface Worker {
-    public void handleRequest(Connection c);
-}
-
-
-
-