summaryrefslogtreecommitdiff
path: root/src/pkg/encoding/gob/decode.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/encoding/gob/decode.go')
-rw-r--r--src/pkg/encoding/gob/decode.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/encoding/gob/decode.go b/src/pkg/encoding/gob/decode.go
index a80d9f919..7cc756540 100644
--- a/src/pkg/encoding/gob/decode.go
+++ b/src/pkg/encoding/gob/decode.go
@@ -1066,7 +1066,6 @@ func (dec *Decoder) compatibleType(fr reflect.Type, fw typeId, inProgress map[re
case reflect.Struct:
return true
}
- return true
}
// typeString returns a human-readable description of the type identified by remoteId.