aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.h
diff options
context:
space:
mode:
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 */