From 07b78716af6a9d7c9fd1e94d9baf94a52c873947 Mon Sep 17 00:00:00 2001
From: Andrew Haley <aph@redhat.com>
Date: Fri, 30 Sep 2016 16:24:48 +0000
Subject: Makefile.def: Remove libjava.

2016-09-30  Andrew Haley  <aph@redhat.com>

	* Makefile.def: Remove libjava.
	* Makefile.tpl: Likewise.
	* Makefile.in: Regenerate.
	* configure.ac: Likewise.
	* configure: Likewise.
	* gcc/java: Remove.
	* libjava: Likewise.

From-SVN: r240662
---
 libjava/gnu/gcj/RawDataManaged.java | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 libjava/gnu/gcj/RawDataManaged.java

(limited to 'libjava/gnu/gcj/RawDataManaged.java')

diff --git a/libjava/gnu/gcj/RawDataManaged.java b/libjava/gnu/gcj/RawDataManaged.java
deleted file mode 100644
index 91a36ac..0000000
--- a/libjava/gnu/gcj/RawDataManaged.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Copyright (C) 2004  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. Unlike the 
-    <code>RawData</code> type, fields declared as <code>RawDataManaged</code> 
-    will be "marked" by the memory manager and considered for garbage 
-    collection.  
-    
-    Native data which is allocated using CNI's <code>JvAllocBytes()</code> 
-    function and stored in a <code>RawDataManaged</code> will be automatically 
-    freed when the Java object it is associated with becomes unreachable.  */
-
-public final class RawDataManaged
-{
-   private RawDataManaged() { }
-}
-- 
cgit v1.1