Skip to content

Commit 5d5076c

Browse files
committed
[Resistor Duo solution] Remove unused variable
1 parent aab6d9f commit 5d5076c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/analyzers/practice/resistor-color-duo/ResistorColorDuoSolution.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,6 @@ export class ResistorColorDuoSolution {
11481148
private mainExport: ExtractedExport
11491149
private fileConstants: ProgramConstants
11501150
private mainConstant: Constant | undefined
1151-
private _hasLocalConstant = false
11521151

11531152
constructor(public readonly program: Program, source: string) {
11541153
this.source = new Source(source)

0 commit comments

Comments
 (0)