libnl-tiny: decrease the size a bit more by removing some unnecessary functions

SVN-Revision: 25525
This commit is contained in:
Felix Fietkau
2011-02-13 16:46:28 +00:00
parent 5d0f9914ba
commit f89919a7ee
4 changed files with 31 additions and 41 deletions

View File

@@ -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
/** @} */