Remove debugging code accidentally included with the fix for PR 27384
authorNick Clifton <nickc@redhat.com>
Wed, 10 Feb 2021 09:56:33 +0000 (09:56 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 10 Feb 2021 09:56:33 +0000 (09:56 +0000)
* listing.c (buffer_line): Remove debugging code accidentally
included with the fix for PR 27384.

gas/ChangeLog
gas/listing.c

index 2c7e533af49ab2f230985d5a67598ddade495d58..bd3913ad9a0b08f3092f08f94f0a1fd595df0ef5 100644 (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
index f86fb000f939dc79833affbd41a1c6a45fde5097..02eb245f1ebf537977544e59f2380e9eaf08df3a 100644 (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)
     {