From b32ef39546069cc2812643a01ca34521c41aaeee Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 14 Jun 2014 17:10:58 +0000 Subject: [PATCH] fcst: Remove an unused variable git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5605 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/ft_sess.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fcst/ft_sess.c b/fcst/ft_sess.c index 3ce88bca4..1690a87d1 100644 --- a/fcst/ft_sess.c +++ b/fcst/ft_sess.c @@ -350,10 +350,8 @@ static struct ft_sess *ft_sess_delete(struct ft_tport *tport, u32 port_id) */ static void ft_sess_close(struct ft_sess *sess) { - struct fc_lport *lport; u32 port_id; - lport = sess->tport->lport; port_id = sess->port_id; if (port_id == -1) return;