]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove redundant conditional - ppc32-linux is already handled.
authorTom Hughes <tom@compton.nu>
Thu, 10 Nov 2005 12:54:37 +0000 (12:54 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 10 Nov 2005 12:54:37 +0000 (12:54 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5067

coregrind/m_syswrap/syswrap-linux.c

index da0546854ae9822f4e04794e246ee3b64908004f..6c236d5a04a31d9ced5b1e71c7969d85cbf60e4a 100644 (file)
@@ -314,7 +314,6 @@ SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags,
    res = VG_(do_syscall5)( __NR_clone, flags, 
                            (UWord)NULL, (UWord)parent_tidptr, 
                            (UWord)child_tidptr, (UWord)NULL );
-#elif defined(VGP_ppc32_linux)
 #else
 # error Unknown platform
 #endif