public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Remove unused variable from mips.c
@ 2004-10-25  7:32 Billinghurst, David (CALCRTS)
  0 siblings, 0 replies; only message in thread
From: Billinghurst, David (CALCRTS) @ 2004-10-25  7:32 UTC (permalink / raw)
  To: gcc-patches

Bootstrap failed due to unused variable warning.  Committed as obvious.

2004-10-25  David Billinghurst <David.Billinghurst@riotinto.com

	* config/mips/mips.c(mips_output_filename): Remove unused 
	array ltext_label_name

Index: mips.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/mips.c,v
retrieving revision 1.473
diff -u -r1.473 mips.c
--- mips.c      21 Oct 2004 00:53:37 -0000      1.473
+++ mips.c      25 Oct 2004 06:05:09 -0000
@@ -5058,7 +5058,6 @@
 void
 mips_output_filename (FILE *stream, const char *name)
 {
-  char ltext_label_name[100];
 
   /* If we are emitting DWARF-2, let dwarf2out handle the ".file"
      directives.  */


NOTICE
This e-mail and any attachments are private and confidential and may contain privileged information. If you are not an authorised recipient, the copying or distribution of this e-mail and any attachments is prohibited and you must not read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.

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

only message in thread, other threads:[~2004-10-25  6:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-25  7:32 [committed] Remove unused variable from mips.c Billinghurst, David (CALCRTS)

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).