hush: get rid of charmap[]
[oweals/busybox.git] / libbb / inode_hash.c
index 4469671ddbf02f6d0899e8a374b27dcbe18d9494..b32bd26bf684bf2e6254e86c0ca45af9aa3ea19b 100644 (file)
@@ -67,7 +67,7 @@ void FAST_FUNC add_to_ino_dev_hashtable(const struct stat *statbuf, const char *
        ino_dev_hashtable[i] = bucket;
 }
 
-#if ENABLE_FEATURE_CLEAN_UP
+#if ENABLE_DU || ENABLE_FEATURE_CLEAN_UP
 /* Clear statbuf hash table */
 void FAST_FUNC reset_ino_dev_hashtable(void)
 {