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
This commit is contained in:
H.J. Lu 2009-07-13 17:09:39 +00:00 committed by H.J. Lu
parent 84a900c966
commit 2b78f78f54
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
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>
PR fortran/40646

View file

@ -3432,8 +3432,6 @@ mio_symbol (gfc_symbol *sym)
{
int intmod = INTMOD_NONE;
gfc_formal_arglist *formal;
mio_lparen ();
mio_symbol_attribute (&sym->attr);