summaryrefslogtreecommitdiff
path: root/src/pkg/gob/decode.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-08-12 14:40:47 -0700
committerRuss Cox <rsc@golang.org>2009-08-12 14:40:47 -0700
commit1edefe2f61ce1471640c01b56c7bbec70cbb1ab1 (patch)
tree802a25d409cc4562a1de282b606466b9d35c6476 /src/pkg/gob/decode.go
parentd695ea26aec6eb89f41d09346d4a029ffac633f4 (diff)
downloadgolang-1edefe2f61ce1471640c01b56c7bbec70cbb1ab1.tar.gz
delete forward type declarations
R=r DELTA=163 (1 added, 149 deleted, 13 changed) OCL=33106 CL=33111
Diffstat (limited to 'src/pkg/gob/decode.go')
-rw-r--r--src/pkg/gob/decode.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/gob/decode.go b/src/pkg/gob/decode.go
index ce4bc0b97..2c17aee40 100644
--- a/src/pkg/gob/decode.go
+++ b/src/pkg/gob/decode.go
@@ -116,7 +116,6 @@ func decodeInt(state *decodeState) int64 {
return int64(x >> 1)
}
-type decInstr struct
type decOp func(i *decInstr, state *decodeState, p unsafe.Pointer);
// The 'instructions' of the decoding machine