]> Cypherpunks repositories - gostls13.git/commit
cmd/fix: remove os.Wait gofix.
authorDavid Symonds <dsymonds@golang.org>
Wed, 22 Feb 2012 04:46:31 +0000 (15:46 +1100)
committerDavid Symonds <dsymonds@golang.org>
Wed, 22 Feb 2012 04:46:31 +0000 (15:46 +1100)
commit6d3530270454316f64dc71e6b6c2231dba56d69f
tree61ddfcfae180ca21b587ae7669c2908383bd34eb
parentb0891060ae309a4a18035195f4b06eca0e6e584d
cmd/fix: remove os.Wait gofix.

The os.Wait function has been removed entirely, so there's no point in fixing code that called it.

R=r
CC=golang-dev
https://golang.org/cl/5685078
doc/go1.html
doc/go1.tmpl
src/cmd/fix/oswait.go [deleted file]
src/cmd/fix/oswait_test.go [deleted file]