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/ParseException.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/ParseException.h')
-rw-r--r-- | libjava/java/text/ParseException.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/libjava/java/text/ParseException.h b/libjava/java/text/ParseException.h deleted file mode 100644 index e8b314f..0000000 --- a/libjava/java/text/ParseException.h +++ /dev/null @@ -1,34 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __java_text_ParseException__ -#define __java_text_ParseException__ - -#pragma interface - -#include <java/lang/Exception.h> -extern "Java" -{ - namespace java - { - namespace text - { - class ParseException; - } - } -} - -class java::text::ParseException : public ::java::lang::Exception -{ - -public: - ParseException(::java::lang::String *, jint); - virtual jint getErrorOffset(); -private: - static const jlong serialVersionUID = 2703218443322787634LL; - jint __attribute__((aligned(__alignof__( ::java::lang::Exception)))) errorOffset; -public: - static ::java::lang::Class class$; -}; - -#endif // __java_text_ParseException__ |