This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / src / ClassLibrary / System.java
diff --git a/Robust/src/ClassLibrary/System.java b/Robust/src/ClassLibrary/System.java
deleted file mode 100644 (file)
index 7a03cc2..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-public class System {
-    public static native void printInt(int x);
-    public static native void printString(String s);
-}