diff --git a/src/pkg/runtime/mcentral.c b/src/pkg/runtime/mcentral.c index 5699d11ee6..3f64b5ed23 100644 --- a/src/pkg/runtime/mcentral.c +++ b/src/pkg/runtime/mcentral.c @@ -169,7 +169,7 @@ runtime·MCentral_FreeSpan(MCentral *c, MSpan *s, int32 n, MLink *start, MLink * static bool MCentral_Grow(MCentral *c) { - uintptr size, npages, cap, i, n; + uintptr size, npages, i, n; MLink **tailp, *v; byte *p; MSpan *s;