Commit 7dfcebbd authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

runtime: remove unused variable

Left over from cl/119490044.

LGTM=bradfitz
R=rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/125730043
parent f3dd6df6
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment