From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49675 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1kDq-0006Lw-9N for qemu-devel@nongnu.org; Fri, 01 Oct 2010 14:21:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1kDJ-0003Oq-RU for qemu-devel@nongnu.org; Fri, 01 Oct 2010 14:20:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1kDJ-0003Ol-LF for qemu-devel@nongnu.org; Fri, 01 Oct 2010 14:20:09 -0400 From: Luiz Capitulino Date: Fri, 1 Oct 2010 15:19:21 -0300 Message-Id: <1285957167-1228-18-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1285957167-1228-1-git-send-email-lcapitulino@redhat.com> References: <1285957167-1228-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 17/23] Monitor: Drop monitor_cmd_user_only() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org This function was only needed when QMP and HMP were sharing dispatch tables, this is no longer true so just drop it. Signed-off-by: Luiz Capitulino --- monitor.c | 5 ----- monitor.h | 1 - 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/monitor.c b/monitor.c index b43277e..8f90250 100644 --- a/monitor.c +++ b/monitor.c @@ -340,11 +340,6 @@ static inline bool monitor_handler_is_async(const mon_cmd_t *cmd) return cmd->flags & MONITOR_CMD_ASYNC; } -static inline bool monitor_cmd_user_only(const mon_cmd_t *cmd) -{ - return (cmd->flags & MONITOR_CMD_USER_ONLY); -} - static inline int monitor_has_error(const Monitor *mon) { return mon->error != NULL; diff --git a/monitor.h b/monitor.h index f2122b5..44c3625 100644 --- a/monitor.h +++ b/monitor.h @@ -18,7 +18,6 @@ extern Monitor *default_mon; /* flags for monitor commands */ #define MONITOR_CMD_ASYNC 0x0001 -#define MONITOR_CMD_USER_ONLY 0x0002 /* QMP events */ typedef enum MonitorEvent { -- 1.7.3.1.50.g1e633