From: Ján Tomko Date: Mon, 27 Jul 2020 23:38:47 +0000 (+0200) Subject: util: vportprofile: remove unused constants X-Git-Tag: v6.7.0-rc1~624 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a84e5a497972d6840245217121ffdbe78ea75ede;p=thirdparty%2Flibvirt.git util: vportprofile: remove unused constants After the switch to libnl these are no longer used. Signed-off-by: Ján Tomko Fixes: 77e7c13b2ef95724c39395d92725b1a892ff84de Reviewed-by: Jonathon Jongsma --- 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)