Skip to content

Commit d098269

Browse files
hduelmemtwebster
authored andcommitted
removed unused variable check-js
1 parent f195cf1 commit d098269

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/check-js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ def check_file_for_dupe_lets(file):
3636
let_start = line.index(" let ")
3737
index = let_start + 5
3838
for i in line[index:]:
39-
match_found = False
4039
if i != " ":
4140
index += 1
4241
continue
4342

4443
let_var = line[let_start + 5 : index]
45-
match_found = True
4644

4745
for obj in scope_vars:
4846
if obj.depth == depth:

0 commit comments

Comments
 (0)