]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Remove unused SOL_NETLINK macro
authorJán Tomko <jtomko@redhat.com>
Mon, 20 Jun 2016 14:54:34 +0000 (16:54 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 21 Jun 2016 16:07:11 +0000 (18:07 +0200)
Introduced by commit d575679, unused at the time.

src/util/virnetlink.c

index 5491ece8fc11937f46dd03355cca06cfa73e65da..513f36eb14e3559e00e965ca93dbd2f363a70756 100644 (file)
 #include "virmacaddr.h"
 #include "virerror.h"
 
-#ifndef SOL_NETLINK
-# define SOL_NETLINK 270
-#endif
-
 #define VIR_FROM_THIS VIR_FROM_NET
 
 VIR_LOG_INIT("util.netlink");