From: yangxingwu <xingwu.yang@gmail.com>
To: nathan@kernel.org
Cc: ndesaulniers@google.com, trix@redhat.com, llvm@lists.linux.dev,
linux-kernel@vger.kernel.org, yangxingwu <xingwu.yang@gmail.com>
Subject: [PATCH] scripts/clang-tools: remove unused module
Date: Tue, 13 Sep 2022 04:07:53 +0000 [thread overview]
Message-ID: <20220913040753.2198-2-xingwu.yang@gmail.com> (raw)
In-Reply-To: <20220913040753.2198-1-xingwu.yang@gmail.com>
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
next prev parent reply other threads:[~2022-09-13 4:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-13 4:07 [PATCH] scripts/clang-tools: remove unused module yangxingwu
2022-09-13 4:07 ` yangxingwu [this message]
2022-09-13 9:50 ` Nathan Chancellor
2022-09-13 14:04 ` Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220913040753.2198-2-xingwu.yang@gmail.com \
--to=xingwu.yang@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=nathan@kernel.org \
--cc=ndesaulniers@google.com \
--cc=trix@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox