aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime')
-rw-r--r--src/pkg/runtime/mcentral.c2
1 files changed, 1 insertions, 1 deletions
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;