1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Remove obsolete comment after prior rev.

This commit is contained in:
Warner Losh 2017-02-19 17:38:17 +00:00
parent 11dd9ed664
commit adc8145e6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313954

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: