Skip to content

Commit

Permalink
style(parser): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgw committed Jan 5, 2025
1 parent 3cd06a3 commit 7ea4e27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ class BaseParser extends EmbeddedActionsParser {
this.CONSUME(Tokens.MultiLineCloseQuote)

return this.ACTION(() => {
const whitespacePattern = new RegExp('^(' + Tokens.WhiteSpace.PATTERN.source + ')$')
const end = lines.pop()

if (end.line !== '') {
Expand Down

0 comments on commit 7ea4e27

Please sign in to comment.