1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Remove unused variable.

Reviewed by:	scottl
Approved by:	rwatson (mentor)
Sponsored by:	FreeBSD Foundation
Found with:	Coverity Prevent(tm)
CID:		3665
This commit is contained in:
Edward Tomasz Napierala 2009-01-14 21:27:30 +00:00
parent 1cec6ef6a9
commit c654e30995
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187244

View File

@ -1021,7 +1021,6 @@ daasync(void *callback_arg, u_int32_t code,
case AC_FOUND_DEVICE:
{
struct ccb_getdev *cgd;
struct cam_sim *sim;
cam_status status;
cgd = (struct ccb_getdev *)arg;
@ -1038,7 +1037,6 @@ daasync(void *callback_arg, u_int32_t code,
* this device and start the probe
* process.
*/
sim = xpt_path_sim(cgd->ccb_h.path);
status = cam_periph_alloc(daregister, daoninvalidate,
dacleanup, dastart,
"da", CAM_PERIPH_BIO,