qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-2.9?] configure: Remove unused code (found b


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH for-2.9?] configure: Remove unused code (found by shellcheck)
Date: Thu, 17 Aug 2017 08:56:38 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 03/28/2017 03:49 PM, Stefan Weil wrote:
smartcard_cflags is no longer needed since commit
0b22ef0f57a8910d849602bef0940edcd0553d2c.

leftover from afd347ab387


Signed-off-by: Stefan Weil <address@hidden>

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

---

This is a very old patch which I just found in my patch queue.
It's not mandatory for 2.9, but I also think that there is
no risk to apply it.

Sorry for sending it so late.

Regards
Stefan

  configure | 1 -
  1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index d1ce33bc79..b65ea2931c 100755
--- a/configure
+++ b/configure
@@ -4096,7 +4096,6 @@ EOF
  fi
# check for smartcard support
-smartcard_cflags=""
  if test "$smartcard" != "no"; then
      if $pkg_config libcacard; then
          libcacard_cflags=$($pkg_config --cflags libcacard)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]