aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/cpuprof.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/cpuprof.c')
-rw-r--r--src/pkg/runtime/cpuprof.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pkg/runtime/cpuprof.c b/src/pkg/runtime/cpuprof.c
index 9a0606a225..6793e5d361 100644
--- a/src/pkg/runtime/cpuprof.c
+++ b/src/pkg/runtime/cpuprof.c
@@ -128,10 +128,6 @@ runtime·SetCPUProfileRate(intgo hz)
uintptr *p;
uintptr n;
- // Call findfunc now so that it won't have to
- // build tables during the signal handler.
- runtime·findfunc(0);
-
// Clamp hz to something reasonable.
if(hz < 0)
hz = 0;