summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-27 21:04:28 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-27 21:04:28 +0000
commitddc58b31c39e2f4b01023c43d460e839defbc6e4 (patch)
treeddc105f7ab823ba9b7f49c48da4aa669a5fe6490 /gcc/tree.h
parent3072d11f9c2b114f18a267fe55bee0d7fabd6f10 (diff)
downloadgcc-ddc58b31c39e2f4b01023c43d460e839defbc6e4.tar.gz
* c-decl.c (init_decl_processing):
Don't call start_identifier_warnings. * flags.h (warn_id_clash, id_clash_len): Remove. * stringpool.c: Don't include flags.h. (scan_for_clashes, do_identifier_warnings, start_identifier_warnings): Remove. * toplev.c (warn_id_clash, id_clash_len): Remove. (display_help): Don't document -Wid-clash. (decode_W_option): Print warning on -Wid-clash. * tree.h (start_identifier_warnings): Remove. * invoke.texi: Remove documentation of -Wid-clash. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42665 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 838368bb07d..6821b06b452 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2718,7 +2718,6 @@ extern void expand_function_start PARAMS ((tree, int));
extern int real_onep PARAMS ((tree));
extern int real_twop PARAMS ((tree));
-extern void start_identifier_warnings PARAMS ((void));
extern void gcc_obstack_init PARAMS ((struct obstack *));
extern void init_obstacks PARAMS ((void));
extern void build_common_tree_nodes PARAMS ((int));