]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove unused var
authorDmitriy Vyukov <dvyukov@google.com>
Sat, 23 Aug 2014 17:11:57 +0000 (21:11 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sat, 23 Aug 2014 17:11:57 +0000 (21:11 +0400)
LGTM=bradfitz
R=daniel.morsing, bradfitz
CC=golang-codereviews
https://golang.org/cl/130500044

src/pkg/runtime/proc.c

index dbe47d2af7179b93d75694e8e96f21e9468460e5..6767622846c3bbb908dddb3608d1a31e85ca74c8 100644 (file)
@@ -1868,7 +1868,6 @@ newproc_m(void)
        void *callerpc;
        FuncVal *fn;
        int32 siz;
-       G *spawng;
 
        siz = g->m->scalararg[0];
        callerpc = (void*)g->m->scalararg[1];