diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-18 03:25:37 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-18 03:25:37 +0000 |
commit | faf083e9117fb5f777a5130ffe493cbaf2ebfc70 (patch) | |
tree | 207673fd890f306d64d7889167b09b769dd13983 /gcc/rtl.h | |
parent | 3e6725e028b1b230c5c56bbb123b9c4d8a4c8a44 (diff) | |
download | gcc-faf083e9117fb5f777a5130ffe493cbaf2ebfc70.tar.gz |
* output.h (dump_flow_info, free_basic_block_vars,
which_alternative): Delete redundant prototypes.
* rtl.h (bss_section): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41398 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index a417a955ce3..fad47cf31fb 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)); |