diff options
Diffstat (limited to 'src/pkg/gob/decode.go')
-rw-r--r-- | src/pkg/gob/decode.go | 1 |
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 |