From 3ac4e08964d8c274db919d73056367b2f37618de Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 13 Feb 2011 16:46:28 +0000 Subject: 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 --- package/libnl-tiny/src/cache.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/libnl-tiny/src/cache.c') 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 /** @} */ -- cgit v1.2.3