From 0e19a62770a7a0876869432c69a5a5f2d7646e12 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Thu, 16 Sep 2010 10:47:54 -0300 Subject: Monitor: Drop monitor_cmd_user_only() 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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'monitor.h') 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 { -- cgit v1.1