[libvirt] [PATCH 1/3] Remove unused SOL_NETLINK macro

Ján Tomko jtomko at redhat.com
Mon Jun 20 15:28:02 UTC 2016


Introduced by commit d575679, unused at the time.
---
 src/util/virnetlink.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/util/virnetlink.c b/src/util/virnetlink.c
index 5491ece..513f36e 100644
--- a/src/util/virnetlink.c
+++ b/src/util/virnetlink.c
@@ -42,10 +42,6 @@
 #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");
-- 
2.7.3




More information about the libvir-list mailing list