From 3f2d787c2b4eb7a1dd75c2613be6d76dfa0dba5a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 11 Nov 2011 14:30:27 -0800 Subject: [PATCH] runtime: remove declarations of nonexistent functions R=rsc, r CC=golang-dev https://golang.org/cl/5369089 --- src/pkg/runtime/proc.c | 2 -- 1 file changed, 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; -- 2.50.0