]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove declarations of nonexistent functions
authorIan Lance Taylor <iant@golang.org>
Fri, 11 Nov 2011 22:30:27 +0000 (14:30 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 11 Nov 2011 22:30:27 +0000 (14:30 -0800)
R=rsc, r
CC=golang-dev
https://golang.org/cl/5369089

src/pkg/runtime/proc.c

index 2f8a40a2d9e553d0a9314f83e23a5018f14c2ada..0b925fd52527683bd7be55a26799ff4d1e22ea75 100644 (file)
@@ -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;