public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI: remove unused label from dbxread.c
@ 2013-10-16 16:28 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2013-10-16 16:28 UTC (permalink / raw)
  To: gdb-patches

I'm checking this in.

This removes an unused label from dbxread.c, clarifying the code.

Tested by rebuilding.

Tom

2013-10-16  Tom Tromey  <tromey@redhat.com>

	* dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
	label.

Index: dbxread.c
===================================================================
RCS file: /cvs/src/src/gdb/dbxread.c,v
retrieving revision 1.151
diff -u -r1.151 dbxread.c
--- dbxread.c	25 Sep 2013 22:48:18 -0000	1.151
+++ dbxread.c	16 Oct 2013 15:59:22 -0000
@@ -1350,7 +1350,6 @@
 	  record_it:
 	  namestring = set_namestring (objfile, &nlist);
 
-	bss_ext_symbol:
 	  record_minimal_symbol (namestring, nlist.n_value,
 				 nlist.n_type, objfile);	/* Always */
 	  continue;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-16 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-16 16:28 FYI: remove unused label from dbxread.c Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).