Commit 3ddaa95d authored by Robert Griesemer's avatar Robert Griesemer

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

R=r, iant
CC=golang-dev
https://golang.org/cl/4809050
parent dcef9812
...@@ -864,6 +864,3 @@ importcycles(void) ...@@ -864,6 +864,3 @@ importcycles(void)
for(p=pkgall; p; p=p->all) for(p=pkgall; p; p=p->all)
cycle(p); cycle(p);
} }
\ No newline at end of file
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