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:
parent
9bb305b389
commit
01e8b831f5
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user