Skip to content

Commit 54ab31d

Browse files
committed
remove comments
1 parent 2481d96 commit 54ab31d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/utils/git/code-format-helper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,13 +482,10 @@ def hook_main():
482482
args.changed_files.append(line)
483483

484484
failed_fmts = []
485-
comments = []
486485
for fmt in ALL_FORMATTERS:
487486
if fmt.has_tool():
488487
if not fmt.run(args.changed_files, args):
489488
failed_fmts.append(fmt.name)
490-
if fmt.comment:
491-
comments.append(fmt.comment)
492489
else:
493490
print(f"Couldn't find {fmt.name}, can't check " + fmt.friendly_name.lower())
494491

0 commit comments

Comments
 (0)