From a84e5a497972d6840245217121ffdbe78ea75ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Tue, 28 Jul 2020 01:38:47 +0200 Subject: [PATCH] util: vportprofile: remove unused constants MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After the switch to libnl these are no longer used. Signed-off-by: Ján Tomko Fixes: 77e7c13b2ef95724c39395d92725b1a892ff84de Reviewed-by: Jonathon Jongsma --- 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)