Skip to content
Snippets Groups Projects
Commit 367a07cb authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Removed redundant assertions.

parent c155e9a9
No related branches found
No related tags found
No related merge requests found
......@@ -341,8 +341,6 @@ static bool are_nsec3_nodes_equal(const knot_node_t *a, const knot_node_t *b)
if (!(valid_nsec3_node(a) && valid_nsec3_node(b))) {
return false;
}
assert(valid_nsec3_node(a));
assert(valid_nsec3_node(b));
knot_rrset_t *a_rrset = a->rrset_tree[0];
knot_rrset_t *b_rrset = b->rrset_tree[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment