remove unused struct field

This commit is contained in:
Michael McLoughlin
2018-12-08 22:16:09 -08:00
parent 271670c14c
commit 4dc909a81e

View File

@@ -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 {