diff options
| author | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-06 08:42:33 +0000 |
|---|---|---|
| committer | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-06 08:42:33 +0000 |
| commit | 16de6685181c592da4123b94cc5bf7576fbcf03d (patch) | |
| tree | 5034935021213d0b06bc19205368477097a7e437 /gcc/java/parse.h | |
| parent | 18b14db61694a2122a4ef431e5ea821f9c9bcafe (diff) | |
| download | ppe42-gcc-16de6685181c592da4123b94cc5bf7576fbcf03d.tar.gz ppe42-gcc-16de6685181c592da4123b94cc5bf7576fbcf03d.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95965 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/parse.h')
| -rw-r--r-- | gcc/java/parse.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/parse.h b/gcc/java/parse.h index eb749a5b7e6..f026c909596 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 */ |

