Remove nested #ifdef that can't possibly be false.

This commit is contained in:
Warner Losh 2017-01-27 08:30:43 +00:00
parent 28b3a4a659
commit e831795b8a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312864

View file

@ -1629,7 +1629,6 @@ cam_iosched_update(struct iop_stats *iop, sbintime_t sim_latency)
iop->sd = (int64_t)var < 0 ? 0 : isqrt64(var);
}
#ifdef CAM_IOSCHED_DYNAMIC
static void
cam_iosched_io_metric_update(struct cam_iosched_softc *isc,
sbintime_t sim_latency, int cmd, size_t size)
@ -1649,7 +1648,6 @@ cam_iosched_io_metric_update(struct cam_iosched_softc *isc,
break;
}
}
#endif
#ifdef DDB
static int biolen(struct bio_queue_head *bq)