Remove obsolete comment after prior rev.

This commit is contained in:
imp 2017-02-19 17:38:17 +00:00
parent 79a8676aa1
commit 3816e97970

View File

@ -143,10 +143,6 @@ nvme_sim_action(struct cam_sim *sim, union ccb *ccb)
*/
/*FALLTHROUGH*/
case XPT_ABORT: /* Abort the specified CCB */
/*
* Only target mode generates these, and only for SCSI. They are
* all invalid/unsupported for NVMe.
*/
ccb->ccb_h.status = CAM_REQ_INVALID;
break;
case XPT_SET_TRAN_SETTINGS: