]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
libext2fs: delete unused "handle" variable
authorjon ernst <jonernst07@gmail.com>
Fri, 21 Feb 2014 00:59:24 +0000 (19:59 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 21 Feb 2014 01:49:43 +0000 (20:49 -0500)
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>
lib/ext2fs/symlink.c

index ad80444165caf1ef762c44303b9059a8104c57da..b2ef66c20eb7223c70c53d3097ccd8c20b28d61d 100644 (file)
@@ -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;