aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 633990a3a35..9225570eb6f 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -723,16 +723,6 @@ extern void finish_file (void);
#define COMPOUND_LITERAL_EXPR_DECL(NODE) \
DECL_EXPR_DECL (COMPOUND_LITERAL_EXPR_DECL_STMT (NODE))
-#define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,
-
-enum c_tree_code {
- C_DUMMY_TREE_CODE = LAST_AND_UNUSED_TREE_CODE,
-#include "c-common.def"
- LAST_C_TREE_CODE
-};
-
-#undef DEFTREECODE
-
extern int anon_aggr_type_p (tree);
/* For a VAR_DECL that is an anonymous union, these are the various