mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:24:16 +00:00
2d317d509d
The function was used as a fallback for when a platform specific approach isn't available. Given that it effectively is a roundabout way to derive it from argv[0] which we use as a generic fallback anyway just remove it. This further allows to make cxxtest optional. Refs: #8618 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>