From b6c6a23a093249c8c6124536bc7bb712822a7e4e Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 20 Feb 2004 16:55:30 +0000 Subject: [PATCH] haifa-sched.c (sched_emit_insn): Remove. * haifa-sched.c (sched_emit_insn): Remove. * sched-int.h: Remove the corresponding prototype. From-SVN: r78173 --- gcc/sched-int.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/sched-int.h b/gcc/sched-int.h index ba056e051a49..b53ae0ad9c1c 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -381,7 +381,6 @@ extern void rm_other_notes (rtx, rtx); extern int insn_issue_delay (rtx); extern int set_priorities (rtx, rtx); -extern rtx sched_emit_insn (rtx); extern void schedule_block (int, int); extern void sched_init (FILE *); extern void sched_finish (void); -- 2.47.2