diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2004-05-28 20:32:20 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-05-28 13:32:20 -0700 |
commit | 2fec96c1b922c681881f3a7e524ded5f86ab11c4 (patch) | |
tree | 63d46dcc027fefc4d9f02fc56df43d11defc4c12 /gcc/c-common.h | |
parent | 45863ba3631b41587cc34ea3f7621bf191f4eb9f (diff) | |
download | gcc-2fec96c1b922c681881f3a7e524ded5f86ab11c4.zip gcc-2fec96c1b922c681881f3a7e524ded5f86ab11c4.tar.gz gcc-2fec96c1b922c681881f3a7e524ded5f86ab11c4.tar.bz2 |
c-common.c (c_estimate_num_insns_1): Kill.
2004-05-28 Andrew Pinski <pinskia@physics.uc.edu>
* c-common.c (c_estimate_num_insns_1): Kill.
(c_estimate_num_insns): Kill.
* c-common.h (c_estimate_num_insns): Kill.
From-SVN: r82377
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index c7b6c2f..a9a0c0e 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -1221,7 +1221,6 @@ extern void c_common_no_more_pch (void); extern void builtin_define_with_value (const char *, const char *, int); extern void c_stddef_cpp_builtins (void); extern void fe_file_change (const struct line_map *); -extern int c_estimate_num_insns (tree decl); extern void c_parse_error (const char *, enum cpp_ttype, tree); /* The following have been moved here from c-tree.h, since they're needed |