iscsi-target: Remove unused variables in iscsi_target_parameters.c
authorJörn Engel <joern@logfs.org>
Thu, 15 Mar 2012 19:08:03 +0000 (15:08 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 16 Mar 2012 02:16:25 +0000 (19:16 -0700)
local_right_val was an obvious case, tmp_ptr is also write-only, but
evades the compiler by being passed to simple_strtoul as char **endp.

Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found