Skip to content

Commit 49cbd87

Browse files
committed
Remove superfluous comment
1 parent 8b0a2ee commit 49cbd87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tools/build/check_warnings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def extract_warnings_from_compiler_output_json(compiler_output: str) -> list[dic
6161

6262
return compiler_warnings
6363

64-
# Create a function that returns a dictionary where the key is the file and the data is the warnings in that file
6564
def get_warnings_by_file(warnings: list[dict]) -> dict[str, list[dict]]:
6665
"""
6766
Returns a dictionary where the key is the file and the data is the warnings in that file

0 commit comments

Comments
 (0)