aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 543a310..c34bd9c 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -359,11 +359,6 @@ extern int system_header_p;
/* Warn about implicit declarations. 1 = warning, 2 = error. */
extern int mesg_implicit_function_declaration;
-/* Nonzero enables objc features. */
-
-#define doing_objc_thang \
- (c_language == clk_objective_c)
-
/* In c-decl.c */
extern void finish_incomplete_decl PARAMS ((tree));