aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
diff options
context:
space:
mode:
authorRanjit Mathew <rmathew@hotmail.com>2005-03-06 08:42:33 +0000
committerRanjit Mathew <rmathew@gcc.gnu.org>2005-03-06 08:42:33 +0000
commitecf713657e4ed5eb4726b40abccb0982fd5ee7ab (patch)
tree5034935021213d0b06bc19205368477097a7e437 /gcc/java/lang.c
parent25910ca462a505549a8d08c21370965cbcea2bc1 (diff)
downloadgcc-ecf713657e4ed5eb4726b40abccb0982fd5ee7ab.zip
gcc-ecf713657e4ed5eb4726b40abccb0982fd5ee7ab.tar.gz
gcc-ecf713657e4ed5eb4726b40abccb0982fd5ee7ab.tar.bz2
Remove xref code.
* xref.c, xref.h: Remove file. * Make-lang.in (java/xref.o): Remove. * java-tree.h (flag_emit_xref, do_not_fold): Remove declaration. * lang.c (flag_emit_xref): Remove definition. * parse.h (DECL_END_SOURCE_LINE, DECL_INHERITED_SOURCE_LINE): Remove. * typeck.c (convert): Remove use of do_not_fold. * parse.y (do_not_fold): Remove definition. (parser grammar): Remove xref code. (maybe_create_class_interface_decl, create_class): Likewise. (register_fields, method_header, finish_method_declaration): Likewise. (declare_local_variables, source_end_java_method): Likewise. (java_complete_expand_classes): Do not set do_not_fold. (java_complete_expand_method): Remove xref code. (java_expand_classes, resolve_field_access, patch_invoke): Likewise. (java_complete_tree, java_complete_lhs, patch_assignment): Likewise. (patch_binop, build_string_concatenation, patch_array_ref): Likewise. (patch_synchronized_statement, patch_throw_statement): Likewise. (maybe_build_class_init_for_field): Likewise. From-SVN: r95965
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r--gcc/java/lang.c6
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;