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 45247d5ec..be0fc9b59 100644 --- a/src/pkg/gob/encode.go +++ b/src/pkg/gob/encode.go @@ -10,7 +10,6 @@ import ( "math"; "os"; "reflect"; - "sync"; "unsafe"; ) |