diff --git a/sys/net/iflib.c b/sys/net/iflib.c index 948a0227323f..269fe7cebba6 100644 --- a/sys/net/iflib.c +++ b/sys/net/iflib.c @@ -5174,7 +5174,6 @@ iflib_irq_set_affinity(if_ctx_t ctx, int irq, iflib_intr_type_t type, int qid, if (cpuid > ctx->ifc_cpuid_highest) ctx->ifc_cpuid_highest = cpuid; #endif - MPASS(gtask->gt_taskqueue != NULL); return 0; }