|
From: <sv...@va...> - 2009-05-04 06:28:10
|
Author: njn
Date: 2009-05-04 07:28:01 +0100 (Mon, 04 May 2009)
New Revision: 9758
Log:
Remove some unnecessary code.
Modified:
branches/DARWIN/coregrind/m_debuginfo/readdwarf3.c
Modified: branches/DARWIN/coregrind/m_debuginfo/readdwarf3.c
===================================================================
--- branches/DARWIN/coregrind/m_debuginfo/readdwarf3.c 2009-05-04 06:14:37 UTC (rev 9757)
+++ branches/DARWIN/coregrind/m_debuginfo/readdwarf3.c 2009-05-04 06:28:01 UTC (rev 9758)
@@ -3766,12 +3766,6 @@
if (offset == 0) break;
pubname = get_AsciiZ( &pubnames );
TRACE_D3(" 0x%016llx \"%s\"\n", offset, pubname);
-#if defined(VGO_darwin)
- if (pubname[0] == '*') {
- /* GrP fixme versioned symbols get a leading * - why? */
- pubname++;
- }
-#endif
/* Read the DIE for this pubname */
if (offset > d_i_length) {
|