diff options
author | Andrew Haley <aph@redhat.com> | 2016-09-30 16:24:48 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2016-09-30 16:24:48 +0000 |
commit | 07b78716af6a9d7c9fd1e94d9baf94a52c873947 (patch) | |
tree | 3f22b3241c513ad168c8353805614ae1249410f4 /libjava/java/text/AttributedString$AttributeRange.h | |
parent | eae993948bae8b788c53772bcb9217c063716f93 (diff) | |
download | gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.zip gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.gz gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.bz2 |
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
Diffstat (limited to 'libjava/java/text/AttributedString$AttributeRange.h')
-rw-r--r-- | libjava/java/text/AttributedString$AttributeRange.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/libjava/java/text/AttributedString$AttributeRange.h b/libjava/java/text/AttributedString$AttributeRange.h deleted file mode 100644 index 49e33d1..0000000 --- a/libjava/java/text/AttributedString$AttributeRange.h +++ /dev/null @@ -1,35 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __java_text_AttributedString$AttributeRange__ -#define __java_text_AttributedString$AttributeRange__ - -#pragma interface - -#include <java/lang/Object.h> -extern "Java" -{ - namespace java - { - namespace text - { - class AttributedString; - class AttributedString$AttributeRange; - } - } -} - -class java::text::AttributedString$AttributeRange : public ::java::lang::Object -{ - -public: // actually package-private - AttributedString$AttributeRange(::java::text::AttributedString *, ::java::util::Map *, jint, jint); - ::java::util::Map * __attribute__((aligned(__alignof__( ::java::lang::Object)))) attribs; - jint beginIndex; - jint endIndex; - ::java::text::AttributedString * this$0; -public: - static ::java::lang::Class class$; -}; - -#endif // __java_text_AttributedString$AttributeRange__ |