transfer.c (read_sf_internal): Remove stray function declaration used during debigging.
2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> * io/transfer.c (read_sf_internal): Remove stray function declaration used during debigging. From-SVN: r157531
This commit is contained in:
parent
60936b2231
commit
bf71e8f028
@ -1,3 +1,8 @@
|
||||
2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
* io/transfer.c (read_sf_internal): Remove stray function declaration
|
||||
used during debigging.
|
||||
|
||||
2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libfortran/43265
|
||||
|
@ -191,9 +191,7 @@ current_mode (st_parameter_dt *dtp)
|
||||
|
||||
/* Read sequential file - internal unit */
|
||||
|
||||
char *
|
||||
read_sf_internal (st_parameter_dt *dtp, int * length);
|
||||
char *
|
||||
static char *
|
||||
read_sf_internal (st_parameter_dt *dtp, int * length)
|
||||
{
|
||||
static char *empty_string[0];
|
||||
|
Loading…
Reference in New Issue
Block a user