the _Static_assert was not supposed to be in the commit.

This commit is contained in:
Luigi Rizzo 2016-01-27 02:14:08 +00:00
parent 0f913ed5f9
commit ff8d60ab4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294881

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