Remove unused SOL_NETLINK macro

Introduced by commit d575679, unused at the time.
This commit is contained in:
Ján Tomko 2016-06-20 16:54:34 +02:00
parent df2fb9bfff
commit 8ddf58f5a1

View File

@ -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");