]> Cypherpunks repositories - gostls13.git/commitdiff
fix build: clean up file end in an attempt to fix build
authorRobert Griesemer <gri@golang.org>
Sat, 23 Jul 2011 05:45:14 +0000 (22:45 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 23 Jul 2011 05:45:14 +0000 (22:45 -0700)
R=r, iant
CC=golang-dev
https://golang.org/cl/4809050

src/cmd/ld/go.c

index 1c77cca1a8382596f82a54bc1505e84b633e90da..cc0262f04077005041861a52b34291e0fb7bada8 100644 (file)
@@ -864,6 +864,3 @@ importcycles(void)
        for(p=pkgall; p; p=p->all)
                cycle(p);
 }
-
-
-       
\ No newline at end of file