virsocket: Drop unused #include and #define

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@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Michal Privoznik 2024-02-02 12:49:22 +01:00
parent 6316f26cd2
commit 6f55137a1c

View File

@ -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