]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/gnu/gcj/Core.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / gnu / gcj / Core.java
diff --git a/libjava/gnu/gcj/Core.java b/libjava/gnu/gcj/Core.java
deleted file mode 100644 (file)
index 15a7e5c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright (C) 2001  Free Software Foundation
-
-   This file is part of libgcj.
-
-This software is copyrighted work licensed under the terms of the
-Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
-details.  */
-
-package gnu.gcj;
-
-public class Core
-{
-  public native static Core create (String name) throws java.io.IOException;
-
-  public RawData ptr;
-  public int length;
-}
-