]> git.proxmox.com Git - mirror_lxc.git/commitdiff
nl: remove duplicated define
author2xsec <dh48.jeong@samsung.com>
Tue, 4 Sep 2018 05:24:22 +0000 (14:24 +0900)
committer2xsec <dh48.jeong@samsung.com>
Tue, 4 Sep 2018 05:24:22 +0000 (14:24 +0900)
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
src/lxc/nl.c

index 2e97efcca4a447f5f582a904ea100c8b52064fa9..9625d14533d51bafb73fd75fdcb75f0d64ac63fd 100644 (file)
@@ -32,9 +32,6 @@
 
 #include "nl.h"
 
-#define NLMSG_TAIL(nmsg) \
-        ((struct rtattr *) (((void *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))
-
 extern size_t nlmsg_len(const struct nlmsg *nlmsg)
 {
        return nlmsg->nlmsghdr->nlmsg_len - NLMSG_HDRLEN;