Skip to content

Commit e9b05bc

Browse files
remove unused variable
1 parent 937d6bb commit e9b05bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lfric_macros/apply_macros.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def split_macros(parsed_versions):
130130
macros = []
131131
macro = ""
132132
in_macro = False
133-
in_comment = False
134133
for line in parsed_versions:
135134
if line.startswith("class vn") and not line.startswith(
136135
"class vnXX_txxx"

0 commit comments

Comments
 (0)