diff options
| author | Robert Griesemer <gri@golang.org> | 2011-07-22 22:45:14 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2011-07-22 22:45:14 -0700 |
| commit | 3ddaa95d718629ba68329977a980562df487afa6 (patch) | |
| tree | 85efc308e697a6cc83dfd5e415fda82ef0192226 /src/cmd/ld | |
| parent | dcef9812171e6dd2f1fd4b193936c5d6aaa6b5d1 (diff) | |
| download | go-3ddaa95d718629ba68329977a980562df487afa6.tar.xz | |
fix build: clean up file end in an attempt to fix build
R=r, iant
CC=golang-dev
https://golang.org/cl/4809050
Diffstat (limited to 'src/cmd/ld')
| -rw-r--r-- | src/cmd/ld/go.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/ld/go.c b/src/cmd/ld/go.c index 1c77cca1a8..cc0262f040 100644 --- a/src/cmd/ld/go.c +++ b/src/cmd/ld/go.c @@ -864,6 +864,3 @@ importcycles(void) for(p=pkgall; p; p=p->all) cycle(p); } - - -
\ No newline at end of file |
