Commit 2d489e67 authored by Lucio De Re's avatar Lucio De Re Committed by Russ Cox

gc: fix for Plan 9 build

R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4975044
parent ae891b55
...@@ -471,7 +471,6 @@ esccall(Node *n) ...@@ -471,7 +471,6 @@ esccall(Node *n)
Type *t, *fntype; Type *t, *fntype;
fn = N; fn = N;
fntype = T;
switch(n->op) { switch(n->op) {
default: default:
fatal("esccall"); fatal("esccall");
......
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