public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] scripts/clang-tools: remove unused module
@ 2022-09-13  4:07 yangxingwu
  2022-09-13  4:07 ` yangxingwu
  2022-09-13  9:50 ` Nathan Chancellor
  0 siblings, 2 replies; 4+ messages in thread
From: yangxingwu @ 2022-09-13  4:07 UTC (permalink / raw)
  To: nathan; +Cc: ndesaulniers, trix, llvm, linux-kernel, yangxingwu

remove unused imported 'os' module

Signed-off-by: yangxingwu <xingwu.yang@gmail.com>
---
 scripts/clang-tools/run-clang-tools.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/clang-tools/run-clang-tools.py b/scripts/clang-tools/run-clang-tools.py
index 1337cedca..bb78c9bde 100755
--- a/scripts/clang-tools/run-clang-tools.py
+++ b/scripts/clang-tools/run-clang-tools.py
@@ -12,7 +12,6 @@ compile_commands.json.
 import argparse
 import json
 import multiprocessing
-import os
 import subprocess
 import sys

--
2.37.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-13 14:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-13  4:07 [PATCH] scripts/clang-tools: remove unused module yangxingwu
2022-09-13  4:07 ` yangxingwu
2022-09-13  9:50 ` Nathan Chancellor
2022-09-13 14:04   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox