diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 23e4616b6f8..2c0c18dd798 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1083,7 +1083,6 @@ static void | |||
| 1083 | close_infile_unwind (void *arg) | 1083 | close_infile_unwind (void *arg) |
| 1084 | { | 1084 | { |
| 1085 | struct infile *prev_infile = arg; | 1085 | struct infile *prev_infile = arg; |
| 1086 | fprintf (stderr, "Closing infile: back to %x!\n", prev_infile); | ||
| 1087 | eassert (infile); | 1086 | eassert (infile); |
| 1088 | fclose (infile->stream); | 1087 | fclose (infile->stream); |
| 1089 | infile = prev_infile; | 1088 | infile = prev_infile; |