libnl-tiny: remove dead code

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43599
This commit is contained in:
Felix Fietkau
2014-12-10 16:02:49 +00:00
parent 9432cbd577
commit d928d333e3
5 changed files with 0 additions and 801 deletions

View File

@@ -109,13 +109,10 @@ out:
int unl_genl_request(struct unl *unl, struct nl_msg *msg, unl_cb handler, void *arg)
{
struct nlmsghdr *nlh;
struct nl_cb *cb;
int err;
cb = nl_cb_alloc(NL_CB_CUSTOM);
nlh = nlmsg_hdr(msg);
err = nl_send_auto_complete(unl->sock, msg);
if (err < 0)
goto out;