Skip to content

Commit e1acd2d

Browse files
committed
remove unused offset
1 parent e0f6947 commit e1acd2d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

go/type.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,9 @@ func NewLvalueParser(reader *StringReader) *LvalueParser {
174174
}
175175

176176
type StringReader struct {
177-
i int
178-
pos []pos
179-
buf []string
180-
offset []int
177+
i int
178+
pos []pos
179+
buf []string
181180
}
182181

183182
func NewStringReader(lines []string) *StringReader {

0 commit comments

Comments
 (0)