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 | 32948436ce2cb8725e36622c83c47d0f0b56c804 (patch) | |
tree | 5f778e6ca232c02a458d11690b7de24ee81f6957 /src/cmd/ld/go.c | |
parent | 50044e9208a941023ebcd0f75c61592a5de6233a (diff) | |
download | go-32948436ce2cb8725e36622c83c47d0f0b56c804.tar.gz |
fix build: clean up file end in an attempt to fix build
R=r, iant
CC=golang-dev
http://codereview.appspot.com/4809050
Diffstat (limited to 'src/cmd/ld/go.c')
-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 1c77cca1a..cc0262f04 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 |