the _Static_assert was not supposed to be in the commit.

This commit is contained in:
luigi 2016-01-27 02:14:08 +00:00
parent e0376f17e2
commit 94957acd2f

View File

@ -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);