From 07b78716af6a9d7c9fd1e94d9baf94a52c873947 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Fri, 30 Sep 2016 16:24:48 +0000 Subject: Makefile.def: Remove libjava. 2016-09-30 Andrew Haley * 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/xml/stream/XMLParser$ContentParticle.h | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 libjava/gnu/xml/stream/XMLParser$ContentParticle.h (limited to 'libjava/gnu/xml/stream/XMLParser$ContentParticle.h') diff --git a/libjava/gnu/xml/stream/XMLParser$ContentParticle.h b/libjava/gnu/xml/stream/XMLParser$ContentParticle.h deleted file mode 100644 index 3ac0ad1..0000000 --- a/libjava/gnu/xml/stream/XMLParser$ContentParticle.h +++ /dev/null @@ -1,38 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_xml_stream_XMLParser$ContentParticle__ -#define __gnu_xml_stream_XMLParser$ContentParticle__ - -#pragma interface - -#include -extern "Java" -{ - namespace gnu - { - namespace xml - { - namespace stream - { - class XMLParser; - class XMLParser$ContentParticle; - } - } - } -} - -class gnu::xml::stream::XMLParser$ContentParticle : public ::java::lang::Object -{ - -public: // actually package-private - XMLParser$ContentParticle(::gnu::xml::stream::XMLParser *); - jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) min; - jint max; - ::java::lang::Object * content; - ::gnu::xml::stream::XMLParser * this$0; -public: - static ::java::lang::Class class$; -}; - -#endif // __gnu_xml_stream_XMLParser$ContentParticle__ -- cgit v1.1