Skip to content

Commit

Permalink
fix: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 31, 2024
1 parent a3bec0b commit 75327d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ type inputParser struct {
flags int
}

// setFlags sets the flags for the parser.
// This will control the behavior of ParseSequence.
func (p *inputParser) setFlags(f int) {
p.flags = f
}

// parseSequence finds the first recognized event sequence and returns it along
// with its length.
//
Expand Down

0 comments on commit 75327d4

Please sign in to comment.