diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-17 22:06:00 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-17 22:06:00 +0000 |
commit | 66e68a00e5b37d436d85c4a5f2acd1611a3d9bfc (patch) | |
tree | 71566dfe812990b2ae5d975b94eb0e114eae7a6e /gcc/c-common.h | |
parent | b7f013ae0e7e8c7cf64f6358ace2a42ce1b8c3b0 (diff) | |
download | gcc-66e68a00e5b37d436d85c4a5f2acd1611a3d9bfc.tar.gz |
* basic-block.h, c-common.h, df.h, expr.h, output.h, rtl.h,
tree-chrec.h, tree-flow.h, tree-scalar-evolution.h,
tree-ssa-live.h, tree.h: Remove unused prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90821 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 8a788702682..63c095c0781 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -838,8 +838,6 @@ extern rtx c_expand_expr (tree, rtx, enum machine_mode, int, rtx *); extern tree c_staticp (tree); -extern int c_common_unsafe_for_reeval (tree); - extern void init_c_lex (void); extern void c_cpp_builtins (cpp_reader *); |