aboutsummaryrefslogtreecommitdiff
path: root/libbb/inode_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/inode_hash.c')
-rw-r--r--libbb/inode_hash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c
index 69e39af63..9cca74bcb 100644
--- a/libbb/inode_hash.c
+++ b/libbb/inode_hash.c
@@ -84,6 +84,4 @@ void reset_ino_dev_hashtable(void)
free(ino_dev_hashtable);
ino_dev_hashtable = NULL;
}
-#else
-void reset_ino_dev_hashtable(void);
#endif