]> Cypherpunks repositories - gostls13.git/commit
fix "declared and not used" errors in non-test code.
authorRuss Cox <rsc@golang.org>
Tue, 15 Sep 2009 00:20:29 +0000 (17:20 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 15 Sep 2009 00:20:29 +0000 (17:20 -0700)
commit28eba4877b6e51830632136f0eca8ca6d39d6179
treee2cd321c6ad74a89d52d68181a949bc8bfd76198
parentb198b994a10feab2597ea938f7d616266bc99c92
fix "declared and not used" errors in non-test code.

R=r
DELTA=112  (6 added, 57 deleted, 49 changed)
OCL=34610
CL=34610
35 files changed:
doc/progs/run
doc/progs/sortmain.go
src/pkg/archive/tar/reader.go
src/pkg/archive/tar/writer.go
src/pkg/base64/base64_test.go
src/pkg/bytes/bytes.go
src/pkg/compress/gzip/gunzip.go
src/pkg/container/ring/ring_test.go
src/pkg/datafmt/parser.go
src/pkg/ebnf/parser.go
src/pkg/go/scanner/scanner_test.go
src/pkg/gob/codec_test.go
src/pkg/gob/decoder.go
src/pkg/gob/type_test.go
src/pkg/http/request.go
src/pkg/http/request_test.go
src/pkg/json/generic.go
src/pkg/json/struct.go
src/pkg/net/dnsclient.go
src/pkg/net/net.go
src/pkg/os/getwd.go
src/pkg/path/path.go
src/pkg/reflect/tostring_test.go
src/pkg/reflect/value.go
src/pkg/regexp/regexp.go
src/pkg/rpc/client.go
src/pkg/rpc/server.go
src/pkg/strconv/decimal_test.go
src/pkg/syscall/exec.go
src/pkg/testing/testing.go
src/pkg/time/tick.go
src/pkg/time/zoneinfo.go
src/pkg/utf8/utf8.go
test/bench/k-nucleotide.go
test/bench/regex-dna.go