aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.h
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/parse.h
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/parse.h')
-rw-r--r--gcc/java/parse.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/parse.h b/gcc/java/parse.h
index eb749a5..f026c90 100644
--- a/gcc/java/parse.h
+++ b/gcc/java/parse.h
@@ -739,10 +739,6 @@ typedef struct jdeplist_s jdeplist;
/* Macro to access the osb (opening square bracket) count */
#define CURRENT_OSB(C) (C)->osb_number [(C)->osb_depth]
-/* Macro for the xreferencer */
-#define DECL_END_SOURCE_LINE(DECL) (DECL_CHECK (DECL)->decl.u1.i)
-#define DECL_INHERITED_SOURCE_LINE(DECL) (DECL_CHECK (DECL)->decl.u2.i)
-
/* Parser context data structure. */
struct parser_ctxt GTY(()) {
const char *filename; /* Current filename */