summaryrefslogtreecommitdiffstats
path: root/package/libnl-tiny/src/cache.c
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-13 16:46:28 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-13 16:46:28 +0000
commit3ac4e08964d8c274db919d73056367b2f37618de (patch)
treea5559251c0843b5bd8362c6706ea164f57ea88fb /package/libnl-tiny/src/cache.c
parent51f2fa2929e5697b83b3b61a257ea284159718b7 (diff)
libnl-tiny: decrease the size a bit more by removing some unnecessary functions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25525 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 fed042d15..0e1457434 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
/** @} */