Skip to content
  • Michał Kępień's avatar
    Remove redundant assertions · 15afdf94
    Michał Kępień authored
    The ENSURE assertion at the end of dns_diff_appendminimal() is not
    needed because it is placed right after code which resets *tuplep to
    NULL if it is not NULL already.
    
    The INSIST assertion in move_matching_tuples() checks the same pointer
    again.
    15afdf94