gfortranspec.c (append_arg): Remove commented code.
authorMikael Morin <mikael@gcc.gnu.org>
Wed, 6 Oct 2010 14:15:54 +0000 (14:15 +0000)
committerMikael Morin <mikael@gcc.gnu.org>
Wed, 6 Oct 2010 14:15:54 +0000 (14:15 +0000)
2010-10-06  Mikael Morin  <mikael@gcc.gnu.org>

* gfortranspec.c (append_arg): Remove commented code.

From-SVN: r165027

gcc/fortran/ChangeLog
gcc/fortran/gfortranspec.c

index 12b6c38..8d8fc7f 100644 (file)
@@ -1,5 +1,9 @@
 2010-10-06  Mikael Morin  <mikael@gcc.gnu.org>
 
+       * gfortranspec.c (append_arg): Remove commented code.
+
+2010-10-06  Mikael Morin  <mikael@gcc.gnu.org>
+
        * decl.c (match_procedure_in_type): Assertify if conditions.
 
 2010-10-06  Mikael Morin  <mikael@gcc.gnu.org>
index b79f6a2..44d8023 100644 (file)
@@ -115,10 +115,6 @@ append_arg (const struct cl_decoded_option *arg)
 {
   static unsigned int newargsize;
 
-#if 0
-  fprintf (stderr, "`%s'\n", arg);
-#endif
-
   if (g77_new_decoded_options == g77_x_decoded_options
       && g77_newargc < g77_xargc
       && options_same (arg, &g77_x_decoded_options[g77_newargc]))