Remove a redundant variable assignment found with the clang static analyzer.

MFC after:	1 week
This commit is contained in:
Marius Strobl 2011-01-05 14:33:48 +00:00
parent 4a2b56eb8a
commit 8929ea6f2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217009

View File

@ -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;
/*