diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 16:46:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 16:46:28 +0000 |
commit | f89919a7ee919a467435564a32248842a4ebdd95 (patch) | |
tree | 9184213b697bfcd7c46890b906c901cc70869a2a /package/libnl-tiny/src/cache.c | |
parent | 5d0f9914ba42ff93f19019f5047a097a58286c20 (diff) | |
download | mtk-20170518-f89919a7ee919a467435564a32248842a4ebdd95.zip mtk-20170518-f89919a7ee919a467435564a32248842a4ebdd95.tar.gz mtk-20170518-f89919a7ee919a467435564a32248842a4ebdd95.tar.bz2 |
libnl-tiny: decrease the size a bit more by removing some unnecessary functions
SVN-Revision: 25525
Diffstat (limited to 'package/libnl-tiny/src/cache.c')
-rw-r--r-- | package/libnl-tiny/src/cache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libnl-tiny/src/cache.c b/package/libnl-tiny/src/cache.c index fed042d..0e14574 100644 --- a/package/libnl-tiny/src/cache.c +++ b/package/libnl-tiny/src/cache.c @@ -730,7 +730,6 @@ void nl_cache_mark_all(struct nl_cache *cache) * @name Dumping * @{ */ -#ifdef disabled /** * Dump all elements of a cache. * @arg cache cache to dump @@ -781,7 +780,6 @@ void nl_cache_dump_filter(struct nl_cache *cache, dump_from_ops(obj, params); } } -#endif /** @} */ |