Index: src/pkg/runtime/os_plan9.c |
=================================================================== |
--- a/src/pkg/runtime/os_plan9.c |
+++ b/src/pkg/runtime/os_plan9.c |
@@ -322,12 +322,6 @@ |
return 0; |
} |
-void |
-runtime·setprof(bool on) |
-{ |
- USED(on); |
-} |
- |
#pragma dataflag 16 // no pointers |
static int8 badsignal[] = "runtime: signal received on thread not created by Go.\n"; |