summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/makecontext.S
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-26 03:04:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-28 10:31:19 +0100
commit30adfbeb8843c28869cc6ee33d7c556721cb241a (patch)
tree941053b54d58f3dbdee7884deb3a967b3ddde656 /libc/sysdeps/linux/mips/makecontext.S
parent43ee648e8b2894cab7aba3339bd1ff405cb481ef (diff)
mips: PROF is never defined, kill dead code
Diffstat (limited to 'libc/sysdeps/linux/mips/makecontext.S')
-rw-r--r--libc/sysdeps/linux/mips/makecontext.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/mips/makecontext.S b/libc/sysdeps/linux/mips/makecontext.S
index 6427339a6..8b225ed18 100644
--- a/libc/sysdeps/linux/mips/makecontext.S
+++ b/libc/sysdeps/linux/mips/makecontext.S
@@ -69,13 +69,6 @@ NESTED (__makecontext, FRAMESZ, ra)
SAVE_GP (GPOFF)
#endif
-#ifdef PROF
- .set noat
- move AT, ra
- jal _mcount
- .set at
-#endif
-
/* Store args to be passed. */
REG_S a3, A3OFF(sp)
#if _MIPS_SIM != _ABIO32