]> Cypherpunks repositories - gostls13.git/commit
cmd/link: remove -W option
authorIan Lance Taylor <iant@golang.org>
Fri, 9 Oct 2015 20:02:25 +0000 (13:02 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 9 Oct 2015 21:30:44 +0000 (21:30 +0000)
commita0c7f57903d028790137a4b3ee32b032ac0a56a8
tree1c099326ac6cc0116c8d5d4579ba74157d56a0c8
parenta2119aca7dc82dc5b5cd40b1a2f56e82323da002
cmd/link: remove -W option

The -W option has not worked since Go 1.3.  It is not documented.  When
it did work, it generated useful output, but it was for human viewing;
there was no reason to write a script that passes the -W option, so it's
unlikely that anybody is using it today.

Change-Id: I4769f1ffd308a48324a866592eb7fd79a4cdee54
Reviewed-on: https://go-review.googlesource.com/15701
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/link/internal/ld/pobj.go