From e7b127f36376ab00e23da20b2281330e99465e2d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 29 Jan 2024 11:47:40 +1100 Subject: [PATCH] Cleanup: remove unused variables --- tools/check_source/check_spelling.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/check_source/check_spelling.py b/tools/check_source/check_spelling.py index 4dc22da1333..e5e452fa556 100755 --- a/tools/check_source/check_spelling.py +++ b/tools/check_source/check_spelling.py @@ -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