diff options
author | jon ernst <jonernst07@gmail.com> | 2014-02-20 19:59:24 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2014-02-20 20:49:43 -0500 |
commit | 4f3ded2c152034536acc1de2a5448cffe94d4355 (patch) | |
tree | da557fef0e032577a8f551361359e285e5449662 /lib | |
parent | 58229aaf85d435469e901c974f31ead6d9124166 (diff) | |
download | e2fsprogs-4f3ded2c152034536acc1de2a5448cffe94d4355.tar.gz |
libext2fs: delete unused "handle" variable
After commit 62f17f36031102a2a40fac338e063c556f73b94a, variable
"handle" has no use. So delete it.
Signed-off-by: Jon Enrst <jonernst07@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ext2fs/symlink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ext2fs/symlink.c b/lib/ext2fs/symlink.c index ad804441..b2ef66c2 100644 --- a/lib/ext2fs/symlink.c +++ b/lib/ext2fs/symlink.c @@ -31,7 +31,6 @@ errcode_t ext2fs_symlink(ext2_filsys fs, ext2_ino_t parent, ext2_ino_t ino, const char *name, char *target) { - ext2_extent_handle_t handle; errcode_t retval; struct ext2_inode inode; ext2_ino_t scratch_ino; |