Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
knz committed Sep 2, 2022
1 parent 5260680 commit 3a05095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ var reAdaptive = regexp.MustCompile(`^\s*(?:adaptive\s*\(([^,]*),([^,]*)\))(?:\s
type bordertype struct{}

func (bordertype) parse(input []byte, first int) (pos int, val reflect.Value, err error) {
pos = first
pos = first
r := reBorder.FindSubmatch(input[pos:])
if r == nil {
Expand Down

0 comments on commit 3a05095

Please sign in to comment.