summaryrefslogtreecommitdiffstats
path: root/package/libnl-tiny/src/cache.c
diff options
context:
space:
mode:
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
/** @} */