diff options
Diffstat (limited to 'gcc/config/alpha/alpha-protos.h')
-rw-r--r-- | gcc/config/alpha/alpha-protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha-protos.h b/gcc/config/alpha/alpha-protos.h index c5d0157..07d7064 100644 --- a/gcc/config/alpha/alpha-protos.h +++ b/gcc/config/alpha/alpha-protos.h @@ -34,7 +34,6 @@ extern int alpha_using_fp (void); extern void alpha_expand_prologue (void); extern void alpha_expand_epilogue (void); extern void alpha_output_filename (FILE *, const char *); -extern void alpha_output_lineno (FILE *, int); extern bool alpha_const_ok_for_letter_p (HOST_WIDE_INT, int); extern bool alpha_const_double_ok_for_letter_p (rtx, int); |