lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 28 Dec 2013 03:03:41 -0500
From:	Jon Ernst <jonernst07@...il.com>
To:	linux-ext4@...r.kernel.org
Subject: [PATCH] libext2fs: delete unused "handle" variable

[PATCH] libext2fs: delete unused "handle" variable
after commit 62f17f36031102a2a40fac338e063c556f73b94a,
variable "handle" has no use. So delete it.

Signed-off-by: Jon Enrst <jonernst07@...il.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

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ