[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YyBSgNbJGRBNIL5I@dev-arch.thelio-3990X>
Date: Tue, 13 Sep 2022 02:50:56 -0700
From: Nathan Chancellor <nathan@...nel.org>
To: yangxingwu <xingwu.yang@...il.com>,
Masahiro Yamada <masahiroy@...nel.org>
Cc: ndesaulniers@...gle.com, trix@...hat.com, llvm@...ts.linux.dev,
linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org
Subject: Re: [PATCH] scripts/clang-tools: remove unused module
On Tue, Sep 13, 2022 at 04:07:52AM +0000, yangxingwu wrote:
> remove unused imported 'os' module
>
> Signed-off-by: yangxingwu <xingwu.yang@...il.com>
Sure.
Reviewed-by: Nathan Chancellor <nathan@...nel.org>
Masahiro, are you able to pick this up? The original was not cc'd to
linux-kbuild but it is on lore:
https://lore.kernel.org/20220913040753.2198-1-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
>
Powered by blists - more mailing lists