mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
libnl-tiny: remove some more functions to reduce binary size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25527 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -136,6 +136,7 @@ errout:
|
||||
|
||||
}
|
||||
|
||||
#ifdef disabled
|
||||
char *genl_op2name(int family, int op, char *buf, size_t len)
|
||||
{
|
||||
struct genl_ops *ops;
|
||||
@@ -158,7 +159,7 @@ char *genl_op2name(int family, int op, char *buf, size_t len)
|
||||
strncpy(buf, "unknown", len - 1);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @name Register/Unregister
|
||||
|
||||
Reference in New Issue
Block a user