1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-13 21:16:39 +02:00

maint: cp: avoid gcc warning about unused macro definitions

* src/cp.c (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE): Remove.
This commit is contained in:
Jim Meyering
2009-02-14 10:45:53 +01:00
parent 2209d10f4c
commit 14cdeddbf3
-6
View File
@@ -81,12 +81,6 @@ enum
UNLINK_DEST_BEFORE_OPENING
};
/* Initial number of entries in each hash table entry's table of inodes. */
#define INITIAL_HASH_MODULE 100
/* Initial number of entries in the inode hash table. */
#define INITIAL_ENTRY_TAB_SIZE 70
/* True if the kernel is SELinux enabled. */
static bool selinux_enabled;