mirror of git://gcc.gnu.org/git/gcc.git
list_read.c (list_formatted_read_scalar): Remove duplicate code.
2010-02-22 Jerry DeLisle <jvdelisle@gcc.gnu.org> * io/list_read.c (list_formatted_read_scalar): Remove duplicate code. From-SVN: r156988
This commit is contained in:
parent
f5d174c8c3
commit
3bbc846211
|
|
@ -1,3 +1,7 @@
|
|||
2010-02-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
* io/list_read.c (list_formatted_read_scalar): Remove duplicate code.
|
||||
|
||||
2010-02-09 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
PR fortran/42996
|
||||
|
|
|
|||
|
|
@ -1735,9 +1735,6 @@ list_formatted_read_scalar (st_parameter_dt *dtp, volatile bt type, void *p,
|
|||
if (dtp->u.p.input_complete)
|
||||
goto cleanup;
|
||||
|
||||
if (dtp->u.p.input_complete)
|
||||
goto cleanup;
|
||||
|
||||
if (dtp->u.p.at_eol)
|
||||
finish_separator (dtp);
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue