libnl-tiny: decrease the size a bit more by removing some unnecessary functions
[openwrt/openwrt.git] / package / libnl-tiny / src / cache.c
index fed042d1584912481d246aee6b44af9844dc0c9e..0e14574345e30b4aeb84d820a313084c3cd7e4c6 100644 (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
 
 /** @} */