Remove unused code
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 12 Jun 2009 10:58:15 +0000 (10:58 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 12 Jun 2009 10:58:15 +0000 (10:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@784065 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/servlets/CGIServlet.java

index 4d8bb25..eeadcf1 100644 (file)
@@ -611,13 +611,6 @@ public final class CGIServlet extends HttpServlet {
     } //doGet
 
 
-
-    /** For future testing use only; does nothing right now */
-    public static void main(String[] args) {
-        System.out.println("$Header$");
-    }
-
-
     /**
      * Encapsulates the CGI environment and rules to derive
      * that environment from the servlet container and request information.