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/getcontext.S | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libc/sysdeps/linux/mips/getcontext.S') diff --git a/libc/sysdeps/linux/mips/getcontext.S b/libc/sysdeps/linux/mips/getcontext.S index c4ad081b0..10d34d17c 100644 --- a/libc/sysdeps/linux/mips/getcontext.S +++ b/libc/sysdeps/linux/mips/getcontext.S @@ -63,13 +63,6 @@ NESTED (__getcontext, FRAMESZ, ra) #endif /* ! __PIC__ */ -#ifdef PROF - .set noat - move AT, ra - jal _mcount - .set at -#endif - /* Store a magic flag. */ li v1, 1 REG_S v1, (0 * SZREG + MCONTEXT_GREGS)(a0) /* zero */ -- cgit v1.2.3