From: Jim Meyering Date: Sat, 14 Feb 2009 09:45:53 +0000 (+0100) Subject: maint: cp: avoid gcc warning about unused macro definitions X-Git-Tag: v7.2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14cdeddbf39f8ffde844c6d28547b4c9d74cd362;p=thirdparty%2Fcoreutils.git maint: cp: avoid gcc warning about unused macro definitions * src/cp.c (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE): Remove. --- diff --git a/src/cp.c b/src/cp.c index 57907cc79a..af4bd601b0 100644 --- 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;