g77spec.c (lang_specific_driver): Remove unnecessary argument in call to function...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 14 Sep 1999 16:16:31 +0000 (16:16 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 14 Sep 1999 16:16:31 +0000 (16:16 +0000)
       * g77spec.c (lang_specific_driver): Remove unnecessary argument in
       call to function `fatal'.

From-SVN: r29408

gcc/f/ChangeLog
gcc/f/g77spec.c

index c0b1b02..acf6222 100644 (file)
@@ -1,3 +1,8 @@
+Tue Sep 14 12:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g77spec.c (lang_specific_driver): Remove unnecessary argument in
+       call to function `fatal'.
+
 Sun Sep 12 23:29:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * Make-lang.in (g77spec.o): Depend on system.h and gcc.h.
index 96621c4..d4fcff3 100644 (file)
@@ -437,7 +437,7 @@ For bug reporting instructions, please see:\n\
 #endif
 
        case OPTION_driver:
-         fatal ("--driver no longer supported", argv[i]);
+         fatal ("--driver no longer supported");
          break;
 
        default: