aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-04-18 03:25:37 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-04-18 03:25:37 +0000
commit2f4e671dfa34c623211bba2214b54cf2d663af11 (patch)
tree207673fd890f306d64d7889167b09b769dd13983 /gcc/rtl.h
parent47e982b247eff96e0bef039b2348b95153d8e92a (diff)
downloadgcc-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index a417a95..fad47cf 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -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));