From: jon ernst Date: Fri, 21 Feb 2014 00:59:24 +0000 (-0500) Subject: libext2fs: delete unused "handle" variable X-Git-Tag: v1.42.10~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f3ded2c152034536acc1de2a5448cffe94d4355;p=thirdparty%2Fe2fsprogs.git libext2fs: delete unused "handle" variable After commit 62f17f36031102a2a40fac338e063c556f73b94a, variable "handle" has no use. So delete it. Signed-off-by: Jon Enrst Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/ext2fs/symlink.c b/lib/ext2fs/symlink.c index ad8044416..b2ef66c20 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;