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:
parent
84a900c966
commit
2b78f78f54
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -3432,8 +3432,6 @@ mio_symbol (gfc_symbol *sym)
|
|||
{
|
||||
int intmod = INTMOD_NONE;
|
||||
|
||||
gfc_formal_arglist *formal;
|
||||
|
||||
mio_lparen ();
|
||||
|
||||
mio_symbol_attribute (&sym->attr);
|
||||
|
|
Loading…
Add table
Reference in a new issue