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