From 385bfd4ca05c277a1aad279f0dac38ac916b58d6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 16 Jul 2010 11:05:38 -0700 Subject: [PATCH] Remove unused declaration. R=rsc CC=golang-dev https://golang.org/cl/1686054 --- src/pkg/runtime/mgc0.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pkg/runtime/mgc0.c b/src/pkg/runtime/mgc0.c index 2324eff290..93a8f6d810 100644 --- a/src/pkg/runtime/mgc0.c +++ b/src/pkg/runtime/mgc0.c @@ -27,7 +27,6 @@ static G *fing; static Finalizer *finq; static int32 fingwait; -static void sweepblock(byte*, int64, uint32*, int32); static void runfinq(void); enum { -- 2.50.0