1
0
mirror of https://github.com/golang/go synced 2024-11-22 01:14:40 -07:00

fix build: clean up file end in an attempt to fix build

R=r, iant
CC=golang-dev
https://golang.org/cl/4809050
This commit is contained in:
Robert Griesemer 2011-07-22 22:45:14 -07:00
parent dcef981217
commit 3ddaa95d71

View File

@ -864,6 +864,3 @@ importcycles(void)
for(p=pkgall; p; p=p->all)
cycle(p);
}