aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/jni_md.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/include/jni_md.h')
-rw-r--r--libjava/include/jni_md.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libjava/include/jni_md.h b/libjava/include/jni_md.h
index c550338..6ea90ab 100644
--- a/libjava/include/jni_md.h
+++ b/libjava/include/jni_md.h
@@ -1,5 +1,5 @@
/* jni_md.h
- Copyright (C) 2001, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2005, 2007 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -58,9 +58,6 @@ typedef struct _Jv_JavaVM JavaVM;
/* The current exception. */ \
jthrowable ex; \
\
- /* The class of the current native method. */ \
- jclass klass; \
- \
/* The chain of local frames. */ \
struct _Jv_JNI_LocalFrame *locals; \
\