Commit 2b78f78f by H.J. Lu Committed by H.J. Lu

module.c (mio_symbol): Remove the unused variable, formal.

2009-07-13  H.J. Lu  <hongjiu.lu@intel.com>

	* module.c (mio_symbol): Remove the unused variable, formal.

From-SVN: r149591
parent 84a900c9
2009-07-13 H.J. Lu <hongjiu.lu@intel.com>
* module.c (mio_symbol): Remove the unused variable, formal.
2009-07-13 Janus Weil <janus@gcc.gnu.org> 2009-07-13 Janus Weil <janus@gcc.gnu.org>
PR fortran/40646 PR fortran/40646
......
...@@ -3432,8 +3432,6 @@ mio_symbol (gfc_symbol *sym) ...@@ -3432,8 +3432,6 @@ mio_symbol (gfc_symbol *sym)
{ {
int intmod = INTMOD_NONE; int intmod = INTMOD_NONE;
gfc_formal_arglist *formal;
mio_lparen (); mio_lparen ();
mio_symbol_attribute (&sym->attr); mio_symbol_attribute (&sym->attr);
......
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