Skip to content

Eliminate the dead code in dst_api.c

Ondřej Surý requested to merge 3990-remove-dead-code-from-dst_api into main

In write_public_key() and write_key_state(), there were left-over checks for result, that were effectively dead code after the last refactoring. Remove those.

Closes #3990 (closed)

Merge request reports