From 4dc909a81e5655c0288a7ab6afbe8a73adafdf80 Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Sat, 8 Dec 2018 22:16:09 -0800 Subject: [PATCH] remove unused struct field --- gotypes/components.go | 1 - 1 file changed, 1 deletion(-) diff --git a/gotypes/components.go b/gotypes/components.go index 24bcd2a..0220f4b 100644 --- a/gotypes/components.go +++ b/gotypes/components.go @@ -37,7 +37,6 @@ type component struct { name string typ types.Type offset int - err error } func NewComponent(name string, t types.Type, offset int) Component {