Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(150)

Unified Diff: src/pkg/runtime/os_plan9.c

Issue 12429045: code review 12429045: runtime/pprof: test multithreaded profile, remove OS X ... (Closed)
Patch Set: diff -r 1bac09ef43f0 https://code.google.com/p/go/ Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/runtime/os_openbsd.c ('k') | src/pkg/runtime/os_windows.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « src/pkg/runtime/os_openbsd.c ('k') | src/pkg/runtime/os_windows.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b