Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeliso committed Jun 30, 2024
1 parent e0854f4 commit 83da3f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/parser/recursiveDescentBuffer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ export class RecursiveDescentBuffer {
this.idx++
}

consumeN (n: number): void {
if (n <= 0) throw new ParseError('n must be positive')
this.idx += n
}

matchLP (): void {
this.matchCh('(')
}
Expand Down

0 comments on commit 83da3f4

Please sign in to comment.