From efd7122b03d85b5ac13c705cf9376118e3ef959f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 13 Jun 2007 22:57:14 +0000 Subject: 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 --- gcc/cfglayout.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/cfglayout.h') diff --git a/gcc/cfglayout.h b/gcc/cfglayout.h index e2c00ad..48e30f9 100644 --- a/gcc/cfglayout.h +++ b/gcc/cfglayout.h @@ -28,7 +28,6 @@ extern GTY(()) rtx cfg_layout_function_header; extern void cfg_layout_initialize (unsigned int); extern void cfg_layout_finalize (void); -extern unsigned int insn_locators_initialize (void); extern void reemit_insn_block_notes (void); extern bool can_copy_bbs_p (basic_block *, unsigned); extern void copy_bbs (basic_block *, unsigned, basic_block *, -- cgit v1.1