Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Jun 29, 2024
1 parent d14c309 commit f8f66f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Parser/RstParserState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ export class RstParserState {
// ------------------------------------------------------------------------

parseRstToAst(input: string, startingLineIdx: number): ReadonlyArray<RstNode> {
// Simulate lines above where this mini-Document is being parsed from
// so that the returned nodes' line numbers are correct
const trimmedInput = trimCommonIndent(input)
const tokens = tokenizeInput(trimmedInput)
const subParserState = new RstParserState(this.opts, tokens, this._compiler, this.registrar, startingLineIdx)
Expand Down

0 comments on commit f8f66f2

Please sign in to comment.