diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-06-13 22:57:14 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-06-13 22:57:14 +0000 |
commit | efd7122b03d85b5ac13c705cf9376118e3ef959f (patch) | |
tree | 5d16f5cf01a3fe7f3137e233833bc69301235e56 /gcc/basic-block.h | |
parent | b26f6ed7b9a08fb2eaaeed16e6dc3c33b6bfd12e (diff) | |
download | gcc-efd7122b03d85b5ac13c705cf9376118e3ef959f.zip gcc-efd7122b03d85b5ac13c705cf9376118e3ef959f.tar.gz gcc-efd7122b03d85b5ac13c705cf9376118e3ef959f.tar.bz2 |
basic-block.h: Remove the prototype for free_basic_block_vars.
* basic-block.h: Remove the prototype for
free_basic_block_vars.
* cfglayout.h: Remove the prototype for
insn_locators_initialize.
* tree.h: Remove the prototype for emit_line_note.
From-SVN: r125686
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 75bba81..7139660 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -477,8 +477,6 @@ extern void compute_bb_for_insn (void); extern unsigned int free_bb_for_insn (void); extern void update_bb_for_insn (basic_block); -extern void free_basic_block_vars (void); - extern void insert_insn_on_edge (rtx, edge); basic_block split_edge_and_insert (edge, rtx); |