We'd better just use the one that ships with GNU Classpath.
Signed-off-by: Vegard Nossum <[email protected]>
---
Makefile | 3 +--
.../gnu/classpath/VMSystemProperties.java | 10 ----------
2 files changed, 1 insertions(+), 12 deletions(-)
delete mode 100644 runtime/classpath/gnu/classpath/VMSystemProperties.java
diff --git a/Makefile b/Makefile
index ce658fb..dd2febe 100644
--- a/Makefile
+++ b/Makefile
@@ -138,8 +138,7 @@ JATO_OBJS = $(ARCH_OBJS) $(JIT_OBJS) $(VM_OBJS) $(LIB_OBJS)
$(CAFEBABE_OBJS)
OBJS = $(JAMVM_OBJS) $(JATO_OBJS)
-RUNTIME_CLASSES = \
- runtime/classpath/gnu/classpath/VMSystemProperties.class
+RUNTIME_CLASSES =
CC := gcc
MONOBURG := ./monoburg/monoburg
diff --git a/runtime/classpath/gnu/classpath/VMSystemProperties.java
b/runtime/classpath/gnu/classpath/VMSystemProperties.java
deleted file mode 100644
index 06f928c..0000000
--- a/runtime/classpath/gnu/classpath/VMSystemProperties.java
+++ /dev/null
@@ -1,10 +0,0 @@
-package gnu.classpath;
-
-import java.util.Properties;
-
-public class VMSystemProperties {
- static native void preInit(Properties p);
-
- static void postInit(Properties p) {
- }
-}
--
1.6.0.4
------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel