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/gnu/classpath/SystemProperties.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/gnu/classpath/SystemProperties.h')
-rw-r--r-- | libjava/gnu/classpath/SystemProperties.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/libjava/gnu/classpath/SystemProperties.h b/libjava/gnu/classpath/SystemProperties.h deleted file mode 100644 index 290300a..0000000 --- a/libjava/gnu/classpath/SystemProperties.h +++ /dev/null @@ -1,45 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_classpath_SystemProperties__ -#define __gnu_classpath_SystemProperties__ - -#pragma interface - -#include <java/lang/Object.h> -extern "Java" -{ - namespace gnu - { - namespace classpath - { - class SystemProperties; - } - } -} - -class gnu::classpath::SystemProperties : public ::java::lang::Object -{ - -public: - SystemProperties(); -private: - static void insertSystemProperties(::java::util::Properties *); -public: - static ::java::lang::String * getProperty(::java::lang::String *); - static ::java::lang::String * getProperty(::java::lang::String *, ::java::lang::String *); - static ::java::lang::String * setProperty(::java::lang::String *, ::java::lang::String *); - static ::java::util::Properties * getProperties(); - static void setProperties(::java::util::Properties *); -private: - static jboolean isWordsBigEndian(); -public: - static ::java::lang::String * remove(::java::lang::String *); -private: - static ::java::util::Properties * properties; - static ::java::util::Properties * defaultProperties; -public: - static ::java::lang::Class class$; -}; - -#endif // __gnu_classpath_SystemProperties__ |