Skip to content

xmlschemastypes: Remove unreachable if statement

Maks Mishin requested to merge maks-mishin/libxml2:xmlschemastypes into master

Pointer cur is created by value variable and there is no need to check cur for NULL because of value is checked in the beginning of function.

Found by RASU JSC.

Merge request reports