mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 15:21:46 +00:00
* src/lread.c (close_infile_unwind): Remove leftover debug code
This commit is contained in:
parent
bedcc2d87b
commit
06726f6653
@ -1083,7 +1083,6 @@ static void
|
||||
close_infile_unwind (void *arg)
|
||||
{
|
||||
struct infile *prev_infile = arg;
|
||||
fprintf (stderr, "Closing infile: back to %x!\n", prev_infile);
|
||||
eassert (infile);
|
||||
fclose (infile->stream);
|
||||
infile = prev_infile;
|
||||
|
Loading…
Reference in New Issue
Block a user