mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
isp: Remove unused variable.
This commit is contained in:
parent
3ef2d49e7d
commit
e4d4beba43
1 changed files with 0 additions and 2 deletions
|
|
@ -1632,7 +1632,6 @@ isp_add_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint64_t wwnn,
|
|||
void
|
||||
isp_del_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint16_t nphdl, uint32_t s_id)
|
||||
{
|
||||
fcparam *fcp;
|
||||
fcportdb_t *lp;
|
||||
|
||||
if (nphdl >= MAX_NPORT_HANDLE) {
|
||||
|
|
@ -1641,7 +1640,6 @@ isp_del_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint16_t nphdl, uint
|
|||
return;
|
||||
}
|
||||
|
||||
fcp = FCPARAM(isp, chan);
|
||||
if (isp_find_pdb_by_handle(isp, chan, nphdl, &lp) == 0) {
|
||||
isp_prt(isp, ISP_LOGWARN, "Chan %d WWPN 0x%016llx PortID 0x%06x handle 0x%x cannot be found to be deleted",
|
||||
chan, (unsigned long long) wwpn, s_id, nphdl);
|
||||
|
|
|
|||
Loading…
Reference in a new issue