aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2011-11-11 14:30:27 -0800
committerIan Lance Taylor <iant@golang.org>2011-11-11 14:30:27 -0800
commit3f2d787c2b4eb7a1dd75c2613be6d76dfa0dba5a (patch)
treed2af3e02de546190e18fc86d4a3af262ff2497bc /src/pkg/runtime/proc.c
parent2ba079868204837891e531eecb4215eecfee8ff7 (diff)
downloadgo-3f2d787c2b4eb7a1dd75c2613be6d76dfa0dba5a.tar.xz
runtime: remove declarations of nonexistent functions
R=rsc, r CC=golang-dev https://golang.org/cl/5369089
Diffstat (limited to 'src/pkg/runtime/proc.c')
-rw-r--r--src/pkg/runtime/proc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/runtime/proc.c b/src/pkg/runtime/proc.c
index 2f8a40a2d9..0b925fd525 100644
--- a/src/pkg/runtime/proc.c
+++ b/src/pkg/runtime/proc.c
@@ -13,8 +13,6 @@ bool runtime·iscgo;
static void unwindstack(G*, byte*);
static void schedule(G*);
-static void acquireproc(void);
-static void releaseproc(void);
typedef struct Sched Sched;