Skip to content

Change the return type of isc_lex_create() to void

Ondřej Surý requested to merge ondrej-cleanup-isc_lex_create into main

The isc_lex_create() cannot fail, so cleanup the return type from isc_result_t to void.

Merge request reports