On a Friday in 2024, Michal Privoznik wrote:
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(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano