Remove debugging code accidentally included with the fix for PR 27384

* listing.c (buffer_line): Remove debugging code accidentally
	included with the fix for PR 27384.
This commit is contained in:
Nick Clifton 2021-02-10 09:56:33 +00:00
parent 9bb305b389
commit 01e8b831f5
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2021-02-10 Nick Clifton <nickc@redhat.com>
* listing.c (buffer_line): Remove debugging code accidentally
included with the fix for PR 27384.
2021-02-09 Nick Clifton <nickc@redhat.com>
PR 27381

View File

@ -484,8 +484,6 @@ buffer_line (file_info_type *file, char *line, unsigned int size)
if (file->at_end)
return "";
if (size == (unsigned int) -7) exit (1);
/* Check the cache and see if we last used this file. */
if (!last_open_file_info || file != last_open_file_info)
{