sys/modules: Delete now empty if

Ah, the joys of pushing a commit with a dirty editor buffer that all the
checks in git didn't catch... Also, my eyeballs missed it too :(.

Fixes:		ba9f71ddec
Noticed by:	jrtc27
Sponsored by:	Netflix
This commit is contained in:
Warner Losh 2022-10-28 13:31:38 -06:00
parent 5ad8c32c72
commit c8a63d71fe

View File

@ -630,10 +630,6 @@ SUBDIR+= tests
SUBDIR+= zfs
.endif
.if ${MACHINE_CPUARCH} != "aarch64" && ${MACHINE_CPUARCH} != "arm" && \
${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_CPUARCH} != "riscv"
.endif
.if ${MK_SOURCELESS_UCODE} != "no"
_cxgb= cxgb
.endif