aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/IllegalFormatWidthException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/util/IllegalFormatWidthException.h')
-rw-r--r--libjava/java/util/IllegalFormatWidthException.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/libjava/java/util/IllegalFormatWidthException.h b/libjava/java/util/IllegalFormatWidthException.h
deleted file mode 100644
index e278642db68..00000000000
--- a/libjava/java/util/IllegalFormatWidthException.h
+++ /dev/null
@@ -1,24 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __java_util_IllegalFormatWidthException__
-#define __java_util_IllegalFormatWidthException__
-
-#pragma interface
-
-#include <java/util/IllegalFormatException.h>
-
-class java::util::IllegalFormatWidthException : public ::java::util::IllegalFormatException
-{
-
-public:
- IllegalFormatWidthException(jint);
- virtual jint getWidth();
-private:
- static const jlong serialVersionUID = 16660902LL;
- jint __attribute__((aligned(__alignof__( ::java::util::IllegalFormatException)))) w;
-public:
- static ::java::lang::Class class$;
-};
-
-#endif // __java_util_IllegalFormatWidthException__