Skip to content

Commit

Permalink
fix(ansi): remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Sep 13, 2024
1 parent 28d4efd commit a3aed41
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ansi/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ func (p *Parser) clear() {
p.Cmd = 0
}

// clearCmd clears the parser command, params len and data len.
func (p *Parser) clearCmd() {
p.Cmd = 0
p.ParamsLen = 0
p.DataLen = 0
}

// StateName returns the name of the current state.
func (p *Parser) StateName() string {
return parser.StateNames[p.State]
Expand Down

0 comments on commit a3aed41

Please sign in to comment.