Skip to content

relaxng: Remove useless if statement

If statement with conditions ctxt == NULL or define == NULL might be unreachable during program execution.

Merge request reports