]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/gnu/gcj/RawData.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / gnu / gcj / RawData.java
diff --git a/libjava/gnu/gcj/RawData.java b/libjava/gnu/gcj/RawData.java
deleted file mode 100644 (file)
index 341c82f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright (C) 1999, 2000  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;
-
-/** A type used to indicate special data used by native code that should not 
-    be marked by the garbage collector. */
-
-public final class RawData
-{
-   private RawData() { }
-}