[OB] xcoffread.c (process_linenos): Delete unnecessary code.

Message ID m3fve0c3oh.fsf@seba.sebabeach.org
State New, archived
Headers

Commit Message

Doug Evans Nov. 3, 2014, 4:23 a.m. UTC
  Hi.

Committed as obvious.
There's no point in zeroing out a local variable right before
the function returns.

Build-tested on amd64-linux with --enable-targets=all.

2014-11-02  Doug Evans  <xdje42@gmail.com>

	* xcoffread.c (process_linenos): Delete unnecessary zeroing of
	main_subfile before returning.
  

Patch

diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index 90cc32f..7594feb 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -809,9 +809,6 @@  return_after_cleanup:
 
   /* We don't want to keep alloc/free'ing the global include file table.  */
   inclIndx = 0;
-
-  /* Start with a fresh subfile structure for the next file.  */
-  memset (&main_subfile, '\0', sizeof (struct subfile));
 }
 
 static void