mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Remove a redundant variable assignment found with the clang static analyzer.
MFC after: 1 week
This commit is contained in:
parent
4a2b56eb8a
commit
8929ea6f2e
1 changed files with 1 additions and 1 deletions
|
|
@ -2971,7 +2971,7 @@ mpt_fc_els_reply_handler(struct mpt_softc *mpt, request_t *req,
|
|||
}
|
||||
if (tgt_req) {
|
||||
mpt_tgt_state_t *tgt = MPT_TGT_STATE(mpt, tgt_req);
|
||||
union ccb *ccb = tgt->ccb;
|
||||
union ccb *ccb;
|
||||
uint32_t ct_id;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue