On Tue, Oct 22, 2019 at 03:59:53PM +0200, Ján Tomko wrote:
The qemu_domain_monitor_event_msg struct in qemu_protocol.x
defines event as a nonnull_string and qemuMonitorJSONIOProcessEvent
also errors out on a non-NULL event.
Drop the check to fix the build with static analysis.
Signed-off-by: Ján Tomko <jtomko(a)redhat.com>
---
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>