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:
Jerry DeLisle 2010-03-18 03:26:07 +00:00
parent 60936b2231
commit bf71e8f028
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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];