]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: remove unused variable 'buff'
authorEric Biggers <ebiggers@google.com>
Mon, 22 Apr 2019 21:08:43 +0000 (14:08 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 29 Apr 2019 00:36:30 +0000 (20:36 -0400)
commit094507fdedf371d9651f7ac1e1c5b6b76883b428
treeddc4343c9f98f856bdcb4bacf1449f3bd0ead91e
parenta00377899842f58e750b375c8273d1df79edf7bc
libext2fs: remove unused variable 'buff'

In ext2fs_dirhash2(), the outer 'buff' variable is never used.

Reviewed-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/dirhash.c