qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH] monitor: Remove unused define


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] monitor: Remove unused define
Date: Tue, 19 Nov 2019 14:40:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

On 11/19/19 12:07 PM, Yury Kotov wrote:
Remove the definition of QMP_ACCEPT_UNKNOWNS as it is unused since
refactoring 5c678ee8d940

Signed-off-by: Yury Kotov <address@hidden>
---
  monitor/misc.c | 3 ---
  1 file changed, 3 deletions(-)

diff --git a/monitor/misc.c b/monitor/misc.c
index 3baa15f3bf..6680734ea1 100644
--- a/monitor/misc.c
+++ b/monitor/misc.c
@@ -106,9 +106,6 @@ struct MonFdset {
      QLIST_ENTRY(MonFdset) next;
  };
-/* QMP checker flags */
-#define QMP_ACCEPT_UNKNOWNS 1
-
  /* Protects mon_fdsets */
  static QemuMutex mon_fdsets_lock;
  static QLIST_HEAD(, MonFdset) mon_fdsets;


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




reply via email to

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