aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/libjava/java/lang/reflect/GenericSignatureFormatError.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/libjava/java/lang/reflect/GenericSignatureFormatError.h')
-rw-r--r--gcc-4.6/libjava/java/lang/reflect/GenericSignatureFormatError.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/gcc-4.6/libjava/java/lang/reflect/GenericSignatureFormatError.h b/gcc-4.6/libjava/java/lang/reflect/GenericSignatureFormatError.h
deleted file mode 100644
index c46c9264a..000000000
--- a/gcc-4.6/libjava/java/lang/reflect/GenericSignatureFormatError.h
+++ /dev/null
@@ -1,22 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __java_lang_reflect_GenericSignatureFormatError__
-#define __java_lang_reflect_GenericSignatureFormatError__
-
-#pragma interface
-
-#include <java/lang/ClassFormatError.h>
-
-class java::lang::reflect::GenericSignatureFormatError : public ::java::lang::ClassFormatError
-{
-
-public:
- GenericSignatureFormatError();
-private:
- static const jlong serialVersionUID = 6709919147137911034LL;
-public:
- static ::java::lang::Class class$;
-};
-
-#endif // __java_lang_reflect_GenericSignatureFormatError__