mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
fcst: Remove an unused variable
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5605 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user