diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-04-18 03:25:37 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-04-18 03:25:37 +0000 |
commit | 2f4e671dfa34c623211bba2214b54cf2d663af11 (patch) | |
tree | 207673fd890f306d64d7889167b09b769dd13983 /gcc/rtl.h | |
parent | 47e982b247eff96e0bef039b2348b95153d8e92a (diff) | |
download | gcc-2f4e671dfa34c623211bba2214b54cf2d663af11.zip gcc-2f4e671dfa34c623211bba2214b54cf2d663af11.tar.gz gcc-2f4e671dfa34c623211bba2214b54cf2d663af11.tar.bz2 |
output.h (dump_flow_info, [...]): Delete redundant prototypes.
* output.h (dump_flow_info, free_basic_block_vars,
which_alternative): Delete redundant prototypes.
* rtl.h (bss_section): Likewise.
From-SVN: r41398
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1939,7 +1939,6 @@ extern rtx emit_library_call_value PARAMS ((rtx, rtx, enum libcall_type, extern int set_dominates_use PARAMS ((int, int, int, rtx, rtx)); /* In varasm.c */ -extern void bss_section PARAMS ((void)); extern int in_data_section PARAMS ((void)); extern void init_varasm_once PARAMS ((void)); |