Delete orphaned legacy platform shim

This commit is contained in:
2026-06-17 16:18:14 +02:00
parent 19f1af57fd
commit 3230da243a
6 changed files with 17 additions and 357 deletions

View File

@@ -84,6 +84,12 @@ Completed, blocked, and superseded task history moved to
the queue is now ordered by code movement instead.
Current slice:
- The orphaned `src/platform_legacy/legacy_platform_services.*` shim and
`src/platform_legacy/legacy_platform_fallback_behavior.h` helper are now
deleted.
- Root builds, the WebGL entrypoint, and the retained Android package graphs
had already moved off that fallback path, so the old generic legacy platform
adapter is no longer present as a compiled code path.
- `android/android/CMakeLists.txt`, `android/quest/CMakeLists.txt`, and
`android/focus/CMakeLists.txt` now compile
`src/platform_android/android_platform_services.cpp` instead of the retained