Skip to content

Commit

Permalink
remove unnecessary function
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Oct 28, 2024
1 parent 670f8ff commit fb45a19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scanner/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ func (s *Scanner) isChangedToIndentStateUp() bool {
return s.indentState == IndentStateUp
}

func (s *Scanner) isChangedToIndentStateEqual() bool {
return s.indentState == IndentStateEqual
}

func (s *Scanner) addBufferedTokenIfExists(ctx *Context) {
ctx.addToken(s.bufferedToken(ctx))
}
Expand Down

0 comments on commit fb45a19

Please sign in to comment.