public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-keiths-expr-cumulative: Random cleanup. No longer needed.
@ 2009-11-11 17:22 kseitz
  0 siblings, 0 replies; only message in thread
From: kseitz @ 2009-11-11 17:22 UTC (permalink / raw)
  To: archer-commits

The branch, archer-keiths-expr-cumulative has been updated
       via  a81cfe86441450877621addb7866d1f10caefce5 (commit)
      from  38658a4ac3019cfa24dcab66f78309c80430a724 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit a81cfe86441450877621addb7866d1f10caefce5
Author: keiths <keiths@redhat.com>
Date:   Wed Nov 11 09:20:00 2009 -0800

    Random cleanup. No longer needed.

-----------------------------------------------------------------------

Summary of changes:
 gdb/linespec.c |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

First 500 lines of diff:
diff --git a/gdb/linespec.c b/gdb/linespec.c
index b96d425..f911d9d 100644
--- a/gdb/linespec.c
+++ b/gdb/linespec.c
@@ -840,22 +840,6 @@ decode_line_1 (char **argptr, int funfirstline, struct symtab *default_symtab,
     }
   else if (paren_pointer != NULL)
     {
-      /* We need to deal with method and function overloads
-	 with no parameters. Gdb and gcc (and who knows about other
-	 compilers) are very inconsistent with the keyword "void".
-	 Canonicalizing C++ types is insufficient in this case, since
-	 we still need to enforce the presence (or lack thereof) of
-	 "void". For simplicity, omit the keyword "void" if present. */
-      if (strncmp (paren_pointer - 5, "(void)", 6) == 0)
-	{
-	  char *a, *b;
-	  a = paren_pointer - 4;
-	  b = paren_pointer;
-	  while ((*(a++) = *(b++)) != '\0') ;
-	  *a = '\0';
-	  p = paren_pointer - 3;
-	}
-      else
 	p = paren_pointer + 1;
     }
   else


hooks/post-receive
--
Repository for Project Archer.


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

only message in thread, other threads:[~2009-11-11 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-11 17:22 [SCM] archer-keiths-expr-cumulative: Random cleanup. No longer needed kseitz

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