diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/llist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/llist.c b/libbb/llist.c index 094c652..2bef431 100644 --- a/libbb/llist.c +++ b/libbb/llist.c @@ -90,7 +90,6 @@ void FAST_FUNC llist_free(llist_t *elm, void (*freeit) (void *data)) } } -#ifdef UNUSED /* Reverse list order. */ llist_t* FAST_FUNC llist_rev(llist_t *list) { @@ -105,4 +104,3 @@ llist_t* FAST_FUNC llist_rev(llist_t *list) } return rev; } -#endif |