summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index b8adce15454..efd5083e7eb 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -140,9 +140,6 @@ struct lang_type
without prototypes. */
#define TYPE_ACTUAL_ARG_TYPES(NODE) TYPE_NONCOPIED_PARTS (NODE)
-/* In a FIELD_DECL, nonzero if the decl was originally a bitfield. */
-#define DECL_C_BIT_FIELD(NODE) DECL_LANG_FLAG_4 (NODE)
-
/* in c-lang.c and objc-act.c */
extern tree lookup_interface PARAMS ((tree));