diff options
Diffstat (limited to 'gcc/java/constants.c')
-rw-r--r-- | gcc/java/constants.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/java/constants.c b/gcc/java/constants.c index e3642d5d67d..83c2e5528d6 100644 --- a/gcc/java/constants.c +++ b/gcc/java/constants.c @@ -29,8 +29,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "toplev.h" #include "ggc.h" -extern struct obstack permanent_obstack; - static void set_constant_entry PARAMS ((CPool *, int, int, jword)); static int find_class_or_string_constant PARAMS ((CPool *, int, tree)); static int find_name_and_type_constant PARAMS ((CPool *, tree, tree)); |