On Wed, Feb 05, 2020 at 05:18:57PM +0000, Daniel P. Berrangé wrote:
It is no longer require since switching to the GLib based
event loop impl.
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
po/POTFILES.in | 1 -
src/libvirt_private.syms | 13 -
src/util/Makefile.inc.am | 2 -
src/util/vireventpoll.c | 772 ---------------------------------------
src/util/vireventpoll.h | 126 -------
5 files changed, 914 deletions(-)
delete mode 100644 src/util/vireventpoll.c
delete mode 100644 src/util/vireventpoll.h
Shouldn't we remove the entries from src/libvirt_probes.d as well?
If yes then with that fixed:
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>