2010-10-06 Mikael Morin <mikael@gcc.gnu.org>
authormikael <mikael@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Oct 2010 14:15:54 +0000 (14:15 +0000)
committermikael <mikael@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Oct 2010 14:15:54 +0000 (14:15 +0000)
* gfortranspec.c (append_arg): Remove commented code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165027 138bc75d-0d04-0410-961f-82ee72b054a4

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]))