diff options
| author | Ian Lance Taylor <iant@golang.org> | 2011-11-11 14:30:27 -0800 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2011-11-11 14:30:27 -0800 |
| commit | 3f2d787c2b4eb7a1dd75c2613be6d76dfa0dba5a (patch) | |
| tree | d2af3e02de546190e18fc86d4a3af262ff2497bc /src/pkg | |
| parent | 2ba079868204837891e531eecb4215eecfee8ff7 (diff) | |
| download | go-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')
| -rw-r--r-- | src/pkg/runtime/proc.c | 2 |
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; |
