From: Jon Ernst <jonernst07@gmail.com>
To: linux-ext4@vger.kernel.org
Subject: [PATCH] libext2fs: delete unused "handle" variable
Date: Sat, 28 Dec 2013 03:03:41 -0500 [thread overview]
Message-ID: <52BE85DD.7060902@gmail.com> (raw)
[PATCH] libext2fs: delete unused "handle" variable
after commit 62f17f36031102a2a40fac338e063c556f73b94a,
variable "handle" has no use. So delete it.
Signed-off-by: Jon Enrst <jonernst07@gmail.com>
---
lib/ext2fs/symlink.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/ext2fs/symlink.c b/lib/ext2fs/symlink.c
index ad80444..b2ef66c 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;
--
1.8.4.4
next reply other threads:[~2013-12-28 8:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-28 8:03 Jon Ernst [this message]
2014-02-21 0:59 ` libext2fs: delete unused "handle" variable Theodore Ts'o
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52BE85DD.7060902@gmail.com \
--to=jonernst07@gmail.com \
--cc=linux-ext4@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.