removed ugly gcj hack
[org.ibex.core.git] / src / org / ibex / plat / GCJ.java
index 63fe878..e68dc29 100644 (file)
@@ -11,6 +11,7 @@ import java.security.cert.*;
 public abstract class GCJ extends Platform {
 
     // static references to these classes ensure that the linker will include them
+    /*
     public static Object c1 = new gnu.java.locale.Calendar();
     public static Object c2 = new java.util.GregorianCalendar();
     public static Object c3n = new gnu.gcj.convert.Input_ASCII();
@@ -27,6 +28,7 @@ public abstract class GCJ extends Platform {
             public String toString() { return "foocert"; }
             public PublicKey getPublicKey() { return null; }
         };
+    */
 
     protected native InputStream _getBuiltinInputStream();