aboutsummaryrefslogtreecommitdiffstats
path: root/package/libnl-tiny/src/cache.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-13 16:46:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-13 16:46:28 +0000
commitf89919a7ee919a467435564a32248842a4ebdd95 (patch)
tree9184213b697bfcd7c46890b906c901cc70869a2a /package/libnl-tiny/src/cache.c
parent5d0f9914ba42ff93f19019f5047a097a58286c20 (diff)
downloadupstream-f89919a7ee919a467435564a32248842a4ebdd95.tar.gz
upstream-f89919a7ee919a467435564a32248842a4ebdd95.tar.bz2
upstream-f89919a7ee919a467435564a32248842a4ebdd95.zip
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libnl-tiny/src/cache.c b/package/libnl-tiny/src/cache.c
index fed042d158..0e14574345 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
/** @} */