aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 7402e27..e0092c0 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -285,10 +285,6 @@ struct bb_str {
int length; /* string length */
};
-#ifdef HAVE_peephole
-extern rtx peephole PROTO((rtx));
-#endif
-
static struct bb_str *sbb_head = 0; /* Head of string list. */
static struct bb_str **sbb_tail = &sbb_head; /* Ptr to store next bb str */
static int sbb_label_num = 0; /* Last label used */