Skip to content

Remove redundant nullptr check

Fedja Beader requested to merge specing/manaplus:redundant_nullptr_check into master

Curiously, this increases -g -O2 exe size by 96 bytes, but disassembly dump around this code is the same (redundant check was already optimised out?)

Merge request reports