diff options
| author | Jim Meyering <meyering@redhat.com> | 2009-02-14 10:45:53 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-03-02 09:09:43 +0100 |
| commit | 14cdeddbf39f8ffde844c6d28547b4c9d74cd362 (patch) | |
| tree | f79a59a6f89d7fb7a49462f8063ac8bcb756285e /src/cp.c | |
| parent | dist: do not emit MD5 or SHA1 checksums into announcement template (diff) | |
| download | coreutils-14cdeddbf39f8ffde844c6d28547b4c9d74cd362.tar.gz coreutils-14cdeddbf39f8ffde844c6d28547b4c9d74cd362.zip | |
maint: cp: avoid gcc warning about unused macro definitions
* src/cp.c (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE): Remove.
Diffstat (limited to 'src/cp.c')
| -rw-r--r-- | src/cp.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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; |
