]> Cypherpunks repositories - gostls13.git/commitdiff
gc: fix for Plan 9 build
authorLucio De Re <lucio.dere@gmail.com>
Tue, 30 Aug 2011 12:00:07 +0000 (08:00 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 30 Aug 2011 12:00:07 +0000 (08:00 -0400)
R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4975044

src/cmd/gc/esc.c

index 8664dc606aec4134af2a0d1989f15440fff09fb2..790709cff2af83cd4e21bbed16bfeca8d3bf08ab 100644 (file)
@@ -471,7 +471,6 @@ esccall(Node *n)
        Type *t, *fntype;
 
        fn = N;
-       fntype = T;
        switch(n->op) {
        default:
                fatal("esccall");