mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove some used variables.
Found with: Clang Static Analyzer
This commit is contained in:
parent
3788ebed54
commit
803cd701f3
1 changed files with 0 additions and 4 deletions
|
|
@ -2521,12 +2521,8 @@ xpt_action_default(union ccb *start_ccb)
|
|||
start_ccb->ccb_h.status = CAM_DEV_NOT_THERE;
|
||||
} else {
|
||||
struct ccb_getdev *cgd;
|
||||
struct cam_eb *bus;
|
||||
struct cam_et *tar;
|
||||
|
||||
cgd = &start_ccb->cgd;
|
||||
bus = cgd->ccb_h.path->bus;
|
||||
tar = cgd->ccb_h.path->target;
|
||||
cgd->protocol = dev->protocol;
|
||||
cgd->inq_data = dev->inq_data;
|
||||
cgd->ident_data = dev->ident_data;
|
||||
|
|
|
|||
Loading…
Reference in a new issue