Skip to content

Commit f24b964

Browse files
sagidMedelauna
andcommitted
Apply suggestion from @edelauna
Co-authored-by: edelauna <54631123+edelauna@users.noreply.github.com>
1 parent 7d66f89 commit f24b964

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/utils/tag-matcher.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ export class TagMatcher<Result = TagMatcherResult> {
1919
pointer = 0
2020
private readonly tagNames: string[]
2121
private activeTagNames: string[] = []
22-
private inCode = false
23-
private codeFence = 0
24-
private tickRun = 0
2522
private candidates: { name: string; index: number }[] = []
2623

2724
constructor(

0 commit comments

Comments
 (0)