diff options
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r-- | gcc/java/lang.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c index b89bdf9..abb7c8b 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -39,7 +39,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "langhooks.h" #include "langhooks-def.h" #include "flags.h" -#include "xref.h" #include "ggc.h" #include "diagnostic.h" #include "tree-inline.h" @@ -117,11 +116,6 @@ int compiling_from_source; const char *resource_name; -/* When nonzero, we emit xref strings. Values of the flag for xref - backends are defined in xref_flag_table, xref.c. */ - -int flag_emit_xref = 0; - /* When nonzero, -Wall was turned on. */ int flag_wall = 0; |