mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 05:48:48 +00:00
c729444787
remove nullptr check before delete. They are redundant. remove nullptr check after new. They will never be null. two whitespaces changes forgotten in https://code.wildfiregames.com/D4800. Patch by: @phosit Differential Revision: https://code.wildfiregames.com/D4853 This was SVN commit r27351.