diff options
Diffstat (limited to 'gcc/print-rtl.c')
-rw-r--r-- | gcc/print-rtl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index 862999a8c75..75a52ee9900 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -52,10 +52,6 @@ static int sawclose = 0; static int indent; -/* Names for patterns. */ - -extern const char *get_insn_name PROTO ((int)); - static void print_rtx PROTO ((rtx)); /* Nonzero means suppress output of instruction numbers and line number |