From 94957acd2f6a3553dd12ba30f83867a5e129d2f5 Mon Sep 17 00:00:00 2001 From: luigi Date: Wed, 27 Jan 2016 02:14:08 +0000 Subject: [PATCH] the _Static_assert was not supposed to be in the commit. --- sys/netpfil/ipfw/dn_sched_rr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/netpfil/ipfw/dn_sched_rr.c b/sys/netpfil/ipfw/dn_sched_rr.c index 16649a82e638..a4ec9b66e3fc 100644 --- a/sys/netpfil/ipfw/dn_sched_rr.c +++ b/sys/netpfil/ipfw/dn_sched_rr.c @@ -311,6 +311,5 @@ static struct dn_alg rr_desc = { _SI( .free_queue = ) rr_free_queue, }; -_Static_assert(sizeof(struct dn_schk) < 193, "a"); DECLARE_DNSCHED_MODULE(dn_rr, &rr_desc);