[libvirt PATCH 8/9] util: vportprofile: remove unused constants

Ján Tomko jtomko at redhat.com
Tue Jul 28 11:54:27 UTC 2020


After the switch to libnl these are no longer used.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
Fixes: 77e7c13b2ef95724c39395d92725b1a892ff84de
---
 src/util/virnetdevvportprofile.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/util/virnetdevvportprofile.c b/src/util/virnetdevvportprofile.c
index ef372aca22..020683fa04 100644
--- a/src/util/virnetdevvportprofile.c
+++ b/src/util/virnetdevvportprofile.c
@@ -63,10 +63,6 @@ VIR_LOG_INIT("util.netdevvportprofile");
 
 # define MICROSEC_PER_SEC       (1000 * 1000)
 
-# define NLMSGBUF_SIZE  256
-# define RATTBUF_SIZE   64
-
-
 # define STATUS_POLL_TIMEOUT_USEC (10 * MICROSEC_PER_SEC)
 # define STATUS_POLL_INTERVL_USEC (MICROSEC_PER_SEC / 8)
 
-- 
2.26.2




More information about the libvir-list mailing list