From f378ebf14df0952eae870c9865bab8326aa8f137 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 17 Jun 2015 11:09:54 -0700 Subject: Delete old versions of GCC. Change-Id: I710f125d905290e1024cbd67f48299861790c66c --- .../libjava/gnu/xml/xpath/StringLengthFunction.h | 62 ---------------------- 1 file changed, 62 deletions(-) delete mode 100644 gcc-4.6/libjava/gnu/xml/xpath/StringLengthFunction.h (limited to 'gcc-4.6/libjava/gnu/xml/xpath/StringLengthFunction.h') diff --git a/gcc-4.6/libjava/gnu/xml/xpath/StringLengthFunction.h b/gcc-4.6/libjava/gnu/xml/xpath/StringLengthFunction.h deleted file mode 100644 index 92f7ce14a..000000000 --- a/gcc-4.6/libjava/gnu/xml/xpath/StringLengthFunction.h +++ /dev/null @@ -1,62 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_xml_xpath_StringLengthFunction__ -#define __gnu_xml_xpath_StringLengthFunction__ - -#pragma interface - -#include -extern "Java" -{ - namespace gnu - { - namespace xml - { - namespace xpath - { - class Expr; - class StringLengthFunction; - } - } - } - namespace javax - { - namespace xml - { - namespace namespace$ - { - class QName; - } - } - } - namespace org - { - namespace w3c - { - namespace dom - { - class Node; - } - } - } -} - -class gnu::xml::xpath::StringLengthFunction : public ::gnu::xml::xpath::Expr -{ - -public: // actually package-private - StringLengthFunction(::java::util::List *); - StringLengthFunction(::gnu::xml::xpath::Expr *); -public: - ::java::lang::Object * evaluate(::org::w3c::dom::Node *, jint, jint); - ::gnu::xml::xpath::Expr * clone(::java::lang::Object *); - jboolean references(::javax::xml::namespace$::QName *); - ::java::lang::String * toString(); -public: // actually package-private - ::gnu::xml::xpath::Expr * __attribute__((aligned(__alignof__( ::gnu::xml::xpath::Expr)))) arg; -public: - static ::java::lang::Class class$; -}; - -#endif // __gnu_xml_xpath_StringLengthFunction__ -- cgit v1.2.3