diff options
Diffstat (limited to 'libgfortran/io/transfer.c')
-rw-r--r-- | libgfortran/io/transfer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c index 21bfea4..4013b3b 100644 --- a/libgfortran/io/transfer.c +++ b/libgfortran/io/transfer.c @@ -255,7 +255,6 @@ read_sf_internal (st_parameter_dt *dtp, size_t *length) requested length could go past the end of a comma shortened string. We only do this if -std=legacy was given at compile time. We also do not support this on kind=4 strings. */ - printf("allow_std=%d\n", compile_options.warn_std); if (unlikely(compile_options.warn_std == 0)) // the slow legacy way. { size_t n; |