From 01e8b831f588e706ced57b57cc0ed05c14da61ea Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 10 Feb 2021 09:56:33 +0000 Subject: [PATCH] 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. --- gas/ChangeLog | 5 +++++ gas/listing.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 2c7e533af49..bd3913ad9a0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2021-02-10 Nick Clifton + + * listing.c (buffer_line): Remove debugging code accidentally + included with the fix for PR 27384. + 2021-02-09 Nick Clifton PR 27381 diff --git a/gas/listing.c b/gas/listing.c index f86fb000f93..02eb245f1eb 100644 --- a/gas/listing.c +++ b/gas/listing.c @@ -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) { -- 2.30.2