clean up
[cdsspec-compiler.git] / grammer / spec_compiler.jj
index 9950ad886f7926bd2712d192ad5fa2ccfa292db9..37749aab497b2b2438959e1c2b9b918ef508234e 100644 (file)
@@ -610,24 +610,6 @@ String Type() :
        }
 }
 
-void Test() :
-{
-       String str;     
-       FunctionHeader func;
-}
-{
-       /*
-       str = Type()
-       {
-               System.out.println(str);
-       }
-       */
-       func = FuncDecl() 
-       {
-               System.out.println(func);
-       }
-       
-}
 
 String ParameterizedName() :
 {