aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/type.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/type.go b/src/runtime/type.go
index c504e2d294..c7f11d68c2 100644
--- a/src/runtime/type.go
+++ b/src/runtime/type.go
@@ -155,7 +155,6 @@ type method struct {
name *string
pkgpath *string
mtyp *_type
- typ *_type
ifn unsafe.Pointer
tfn unsafe.Pointer
}