aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/verify.h')
-rw-r--r--gcc/java/verify.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/java/verify.h b/gcc/java/verify.h
index b85176ea85d..f762c66f806 100644
--- a/gcc/java/verify.h
+++ b/gcc/java/verify.h
@@ -27,11 +27,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#ifndef GCC_VERIFY_H
#define GCC_VERIFY_H
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
#include "system.h"
#include "coretypes.h"
#include "jcf.h"
@@ -157,8 +152,4 @@ typedef enum
int verify_method (vfy_method *meth);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* ! GCC_VERIFY_H */