Cleanup: remove unused variables

This commit is contained in:
Campbell Barton 2024-01-29 11:47:40 +11:00
parent 82811cf489
commit e7b127f363

@ -380,8 +380,6 @@ def extract_c_comments(filepath: str) -> Tuple[List[Comment], Set[str]]:
BEGIN = "/*"
END = "*/"
TABSIZE = 4
SINGLE_LINE = False
# reverse these to find blocks we won't parse
PRINT_NON_ALIGNED = False