From: Ian Lance Taylor Date: Fri, 11 Nov 2011 22:30:27 +0000 (-0800) Subject: runtime: remove declarations of nonexistent functions X-Git-Tag: weekly.2011-11-18~100 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3f2d787c2b4eb7a1dd75c2613be6d76dfa0dba5a;p=gostls13.git runtime: remove declarations of nonexistent functions R=rsc, r CC=golang-dev https://golang.org/cl/5369089 --- 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;