diff options
Diffstat (limited to 'src/pkg/gob/encode.go')
-rw-r--r-- | src/pkg/gob/encode.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/gob/encode.go b/src/pkg/gob/encode.go index 332c3d6b8..34e58466d 100644 --- a/src/pkg/gob/encode.go +++ b/src/pkg/gob/encode.go @@ -66,7 +66,6 @@ func encodeInt(state *encoderState, i int64){ encodeUint(state, uint64(x)) } -type encInstr struct type encOp func(i *encInstr, state *encoderState, p unsafe.Pointer) // The 'instructions' of the encoding machine |