mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 06:25:19 +00:00
util: remove unused VIR_MCAST_ADDR_LEN
Unused since its introduction.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: cc0e8c244d
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
d89edbfbfc
commit
3056f44e72
@ -72,7 +72,6 @@ VIR_LOG_INIT("util.netdev");
|
||||
#define MAX_MCAST_SIZE 50*14336
|
||||
#define VIR_MCAST_NAME_LEN (IFNAMSIZ + 1)
|
||||
#define VIR_MCAST_TOKEN_DELIMS " \n"
|
||||
#define VIR_MCAST_ADDR_LEN (VIR_MAC_HEXLEN + 1)
|
||||
|
||||
#if defined(SIOCSIFFLAGS) && defined(HAVE_STRUCT_IFREQ)
|
||||
# define VIR_IFF_UP IFF_UP
|
||||
|
Loading…
Reference in New Issue
Block a user