eliminated dependency between UnixRuntime and Interpreter
authoradam <adam@megacz.com>
Wed, 14 Apr 2004 08:34:52 +0000 (01:34 -0700)
committeradam <adam@megacz.com>
Wed, 14 Apr 2004 08:34:52 +0000 (01:34 -0700)
darcs-hash:20040414083452-5007d-d1273db96eaba16fb712e21945a635f971926fb9.gz

src/org/xwt/mips/UnixRuntime.java

index 5a11c46..e2bc732 100644 (file)
@@ -392,6 +392,7 @@ public abstract class UnixRuntime extends Runtime {
         }
     }
         
+    /*
     public static void main(String[] args) throws Exception {
         UnixRuntime rt = new Interpreter();
         rt.cwd = getSystemProperty("user.dir");
@@ -401,7 +402,7 @@ public abstract class UnixRuntime extends Runtime {
             System.out.println("[" + rt.cleanupPath(line) + "]");
         }
     }
-    
+    */
     
     private static boolean needsCleanup(String path) {
         if(path.indexOf("//") != -1) return true;