libext2fs: delete unused "handle" variable

After commit 62f17f3603, 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>
maint-test
jon ernst 2014-02-20 19:59:24 -05:00 committed by Theodore Ts'o
parent 58229aaf85
commit 4f3ded2c15
1 changed files with 0 additions and 1 deletions

View 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;