]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove unneeded #ifdef.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 19 Jul 2005 01:22:26 +0000 (01:22 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 19 Jul 2005 01:22:26 +0000 (01:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4175

coregrind/m_stacktrace.c

index c020d2e1f3d8f30a584c69e7100657c55aba7dc9..5ca4517e11eb1bddde330d2a7513eb23556617cb 100644 (file)
@@ -110,10 +110,7 @@ UInt VG_(get_StackTrace2) ( Addr* ips, UInt n_ips,
          user-space threads package work. JRS 20021001 */
    } else {
 
-#     if defined(VGP_ppc32_linux)
-      // I think this line is needed for PPC to work
       fp = FIRST_STACK_FRAME(fp);
-#     endif
 
       while (True) {