Commit 476bed66 by Mikael Morin

gfortranspec.c (append_arg): Remove commented code.

2010-10-06  Mikael Morin  <mikael@gcc.gnu.org>

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

From-SVN: r165027
parent c9ab240e
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>
......
......@@ -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]))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment