mirror of
https://github.com/golang/go
synced 2024-11-12 08:10:21 -07:00
runtime: remove unused variable
Left over from cl/119490044. LGTM=bradfitz R=rsc, bradfitz CC=golang-codereviews https://golang.org/cl/125730043
This commit is contained in:
parent
f3dd6df6b1
commit
7dfcebbd2d
@ -169,7 +169,7 @@ runtime·MCentral_FreeSpan(MCentral *c, MSpan *s, int32 n, MLink *start, MLink *
|
|||||||
static bool
|
static bool
|
||||||
MCentral_Grow(MCentral *c)
|
MCentral_Grow(MCentral *c)
|
||||||
{
|
{
|
||||||
uintptr size, npages, cap, i, n;
|
uintptr size, npages, i, n;
|
||||||
MLink **tailp, *v;
|
MLink **tailp, *v;
|
||||||
byte *p;
|
byte *p;
|
||||||
MSpan *s;
|
MSpan *s;
|
||||||
|
Loading…
Reference in New Issue
Block a user