From 30adfbeb8843c28869cc6ee33d7c556721cb241a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 26 Jan 2017 03:04:22 +0100 Subject: mips: PROF is never defined, kill dead code --- libc/sysdeps/linux/mips/vfork.S | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'libc/sysdeps/linux/mips/vfork.S') diff --git a/libc/sysdeps/linux/mips/vfork.S b/libc/sysdeps/linux/mips/vfork.S index 9311504d2..494c34fd0 100644 --- a/libc/sysdeps/linux/mips/vfork.S +++ b/libc/sysdeps/linux/mips/vfork.S @@ -46,21 +46,6 @@ NESTED(__vfork,FRAMESZ,sp) SETUP_GP64 (a5, __vfork) #ifdef __PIC__ SAVE_GP (GPOFF) -#endif -#ifdef PROF -# if (_MIPS_SIM != _ABIO32) - PTR_S a5, GPOFF(sp) -# endif - .set noat - move $1, ra -# if (_MIPS_SIM == _ABIO32) - subu sp,sp,8 -# endif - jal _mcount - .set at -# if (_MIPS_SIM != _ABIO32) - PTR_L a5, GPOFF(sp) -# endif #endif PTR_ADDU sp, FRAMESZ -- cgit v1.2.3