ash: builtin: Mark more regular built-ins
[oweals/busybox.git] / libbb / inode_hash.c
index 4142813e38c06cc9b108a64cbc218c3f13ddd686..a125244ca72f1d012adc1ee63120cfb6fc1362ed 100644 (file)
@@ -77,7 +77,7 @@ void FAST_FUNC add_to_ino_dev_hashtable(const struct stat *statbuf, const char *
        ino_dev_hashtable[i] = bucket;
 }
 
-#if ENABLE_DU || ENABLE_FEATURE_CLEAN_UP
+#if ENABLE_FEATURE_CLEAN_UP
 /* Clear statbuf hash table */
 void FAST_FUNC reset_ino_dev_hashtable(void)
 {