Inside of virsocket.c there is an include of poll.h and
PKT_TIMEOUT_MS macro definition. Neither of these is really
needed and in fact it's a leftover after I reworked one of
previously merged commits during review.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/util/virsocket.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/util/virsocket.c b/src/util/virsocket.c
index 3b274a4eec..a4c646e759 100644
--- a/src/util/virsocket.c
+++ b/src/util/virsocket.c
@@ -26,9 +26,6 @@
#include "virlog.h"
#include <fcntl.h>
-#include <poll.h>
-
-#define PKT_TIMEOUT_MS 500 /* ms */
#define VIR_FROM_THIS VIR_FROM_NONE
--
2.43.0