Skip to content

Consistenly use UNREACHABLE() instead of ISC_UNREACHABLE()

Ondřej Surý requested to merge ondrej/cleanup-unreachable-calls into main

In couple places, we have missed ISC_UNREACHABLE() replacement with UNREACHABLE(). Replace all ISC_UNREACHABLE() calls with UNREACHABLE() and cleanup few more places that we inconsistenly using INSIST(0); without ISC_UNREACHABLE(); or using ISC_UNREACHABLE(); without INSIST(0);

Merge request reports