Closed Geod24 closed 11 months ago
✅ PR OK, no changes in deprecations or warnings
Total deprecations: 14
Total warnings: 0
Build statistics:
statistics (-before, +after)
executable size=5331080 bin/dub
-rough build time=65s
+rough build time=64s
It was actually unused, because al the call sites were doing a useless round-trip from NativePath to string to NativePath. There is no need for it anymore so we can just remove it to avoid this kind of mistakes in the future.