mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
54bbef308a
cmpPosition was declared but never read anywhere in the function, likely left over from an earlier refactor — each unit's own position is already fetched correctly inside the loop via unitPos. CmpPtr construction is a pure lookup with no side effects, so removing the unused instance doesn't change behaviour.