diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-14 22:55:39 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-14 22:55:39 +0000 |
commit | 56594075951157801d172851ec38b0eee1b0f44b (patch) | |
tree | 790c7b63197a0ad8011a47b2decdefbe3fc62c96 /libbb | |
parent | 7f2527e5a7f513b9f415643ddc0ecd236b596887 (diff) | |
download | busybox-56594075951157801d172851ec38b0eee1b0f44b.tar.gz |
swapon: reinstate hole check but reduce it to warning
inode_hash: remove unused variable
Diffstat (limited to 'libbb')
-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) void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name) { int i; - size_t s; ino_dev_hashtable_bucket_t *bucket; i = hash_inode(statbuf->st_ino); |