diff options
Diffstat (limited to 'gcc/fortran/cpp.c')
-rw-r--r-- | gcc/fortran/cpp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/fortran/cpp.c b/gcc/fortran/cpp.c index ca6d34c..4c1307c 100644 --- a/gcc/fortran/cpp.c +++ b/gcc/fortran/cpp.c @@ -115,12 +115,6 @@ gfc_cpp_option; static cpp_options *cpp_option = NULL; static cpp_reader *cpp_in = NULL; -/* Defined in toplev.c. */ -extern const char *asm_file_name; - - - - /* Encapsulates state used to convert a stream of cpp-tokens into a text file. */ static struct |