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/dom/DomComment.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 libjava/gnu/xml/dom/DomComment.h (limited to 'libjava/gnu/xml/dom/DomComment.h') diff --git a/libjava/gnu/xml/dom/DomComment.h b/libjava/gnu/xml/dom/DomComment.h deleted file mode 100644 index 99c4a70..0000000 --- a/libjava/gnu/xml/dom/DomComment.h +++ /dev/null @@ -1,35 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_xml_dom_DomComment__ -#define __gnu_xml_dom_DomComment__ - -#pragma interface - -#include -extern "Java" -{ - namespace gnu - { - namespace xml - { - namespace dom - { - class DomComment; - class DomDocument; - } - } - } -} - -class gnu::xml::dom::DomComment : public ::gnu::xml::dom::DomCharacterData -{ - -public: // actually protected - DomComment(::gnu::xml::dom::DomDocument *, ::java::lang::String *); -public: - virtual ::java::lang::String * getNodeName(); - static ::java::lang::Class class$; -}; - -#endif // __gnu_xml_dom_DomComment__ -- cgit v1.1