From 7342104b12d73ed3c6993c706168a8af5ab16829 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 11 Nov 2004 23:10:10 +0000 Subject: * cfglayout.c (choose_inner_scope): Make it static. * rtl.h: Remove the corresponding prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90502 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/rtl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index 30ea52ee022..f8ca1c3e2f8 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1507,7 +1507,6 @@ extern rtx next_cc0_user (rtx); extern rtx prev_cc0_setter (rtx); /* In cfglayout.c */ -extern tree choose_inner_scope (tree, tree); extern int insn_line (rtx); extern const char * insn_file (rtx); extern int locator_line (int); -- cgit v1.2.1