]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: cp: avoid gcc warning about unused macro definitions
authorJim Meyering <meyering@redhat.com>
Sat, 14 Feb 2009 09:45:53 +0000 (10:45 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 2 Mar 2009 08:09:43 +0000 (09:09 +0100)
* src/cp.c (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE): Remove.

src/cp.c

index 57907cc79adca21316c65526475207ed11bd353b..af4bd601b080465a08e2d5c4143cba0e46ec4e28 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -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;