mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Remove nested #ifdef that can't possibly be false.
This commit is contained in:
parent
28b3a4a659
commit
e831795b8a
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue