diff options
Diffstat (limited to 'libbb/inode_hash.c')
-rw-r--r-- | libbb/inode_hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c index 55a7564ce..0705102b8 100644 --- a/libbb/inode_hash.c +++ b/libbb/inode_hash.c | |||
@@ -53,7 +53,6 @@ char *is_in_ino_dev_hashtable(const struct stat *statbuf) | |||
53 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name) | 53 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name) |
54 | { | 54 | { |
55 | int i; | 55 | int i; |
56 | size_t s; | ||
57 | ino_dev_hashtable_bucket_t *bucket; | 56 | ino_dev_hashtable_bucket_t *bucket; |
58 | 57 | ||
59 | i = hash_inode(statbuf->st_ino); | 58 | i = hash_inode(statbuf->st_ino); |