From 05f796757361541b700605e7ab204efa78d867e0 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 14 Apr 2004 01:34:52 -0700 Subject: [PATCH] eliminated dependency between UnixRuntime and Interpreter darcs-hash:20040414083452-5007d-d1273db96eaba16fb712e21945a635f971926fb9.gz --- src/org/xwt/mips/UnixRuntime.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/org/xwt/mips/UnixRuntime.java b/src/org/xwt/mips/UnixRuntime.java index 5a11c46..e2bc732 100644 --- a/src/org/xwt/mips/UnixRuntime.java +++ b/src/org/xwt/mips/UnixRuntime.java @@ -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; -- 1.7.10.4