diff options
Diffstat (limited to 'libgo/runtime/mprof.goc')
-rw-r--r-- | libgo/runtime/mprof.goc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libgo/runtime/mprof.goc b/libgo/runtime/mprof.goc index e40dd61f784..c61c65ccee3 100644 --- a/libgo/runtime/mprof.goc +++ b/libgo/runtime/mprof.goc @@ -225,11 +225,7 @@ runtime_MProf_Malloc(void *p, uintptr size) return; m->nomemprof++; -#if 0 nstk = runtime_callers(1, stk, 32); -#else - nstk = 0; -#endif runtime_lock(&proflock); b = stkbucket(stk, nstk, true); b->recent_allocs++; |