remove unused struct field
This commit is contained in:
@@ -37,7 +37,6 @@ type component struct {
|
|||||||
name string
|
name string
|
||||||
typ types.Type
|
typ types.Type
|
||||||
offset int
|
offset int
|
||||||
err error
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewComponent(name string, t types.Type, offset int) Component {
|
func NewComponent(name string, t types.Type, offset int) Component {
|
||||||
|
|||||||
Reference in New Issue
Block a user