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 | 5da661c88e1bc7c5ba0c5cf5bcc4a0a54ad1c8ac (patch) | |
tree | a5559251c0843b5bd8362c6706ea164f57ea88fb /package/libnl-tiny/src/cache.c | |
parent | d75cf770bf594c6934f352d507232d9fc91dcc44 (diff) | |
download | upstream-5da661c88e1bc7c5ba0c5cf5bcc4a0a54ad1c8ac.tar.gz upstream-5da661c88e1bc7c5ba0c5cf5bcc4a0a54ad1c8ac.tar.bz2 upstream-5da661c88e1bc7c5ba0c5cf5bcc4a0a54ad1c8ac.zip |
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.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 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 /** @} */ |