qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: John Snow <jsnow@redhat.com>
To: "Marc-André Lureau" <marcandre.lureau@redhat.com>
Cc: qemu-devel <qemu-devel@nongnu.org>, Cleber Rosa <crosa@redhat.com>
Subject: Re: [PATCH 14/27] scripts/modinfo-collect: remove unused/dead code
Date: Wed, 16 Mar 2022 16:02:32 -0400	[thread overview]
Message-ID: <CAFn=p-ZVA2iVs9OiDG06jH4-NLGsfm1f6jBWkfmi8h8s_dcpkQ@mail.gmail.com> (raw)
In-Reply-To: <20220316095344.2613706-1-marcandre.lureau@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 930 bytes --]

On Wed, Mar 16, 2022, 5:53 AM <marcandre.lureau@redhat.com> wrote:

> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  scripts/modinfo-collect.py | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/scripts/modinfo-collect.py b/scripts/modinfo-collect.py
> index 61b90688c6dc..4e7584df6676 100755
> --- a/scripts/modinfo-collect.py
> +++ b/scripts/modinfo-collect.py
> @@ -18,13 +18,8 @@ def find_command(src, target, compile_commands):
>
>  def process_command(src, command):
>      skip = False
> -    arg = False
>      out = []
>      for item in shlex.split(command):
> -        if arg:
> -            out.append(x)
> -            arg = False
> -            continue
>          if skip:
>              skip = False
>              continue
> --
> 2.35.1.273.ge6ebfd0e8cbb
>

Acked-By <jsnow@redhat.com>

[-- Attachment #2: Type: text/html, Size: 1781 bytes --]

      parent reply	other threads:[~2022-03-16 20:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-16  9:53 [PATCH 14/27] scripts/modinfo-collect: remove unused/dead code marcandre.lureau
     [not found] ` <CAMxuvawM-Od_ED4mVoBt+VMYLOn_XEE1DxCKH9n-a4KCdRXSsw@mail.gmail.com>
     [not found]   ` <20220316145445.wh6qy4qiybsbqmk6@sirius.home.kraxel.org>
2022-03-16 14:57     ` Fwd: Fwd: " Marc-André Lureau
2022-03-16 20:02 ` John Snow [this message]

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='CAFn=p-ZVA2iVs9OiDG06jH4-NLGsfm1f6jBWkfmi8h8s_dcpkQ@mail.gmail.com' \
    --to=jsnow@redhat.com \
    --cc=crosa@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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;
as well as URLs for NNTP newsgroup(s).