[Refactor] (MG_Config, MG_Backend, trace-replay): remove unused stats instrumentation

This commit is contained in:
2026-07-13 20:33:31 -04:00
parent a55a0645e2
commit a26e9aaf25
7 changed files with 0 additions and 261 deletions
@@ -933,8 +933,6 @@ Result RunTraceReplay(const Request& request) {
unsetenv("MOBILEGL_PRESENT_STATS");
unsetenv("MOBILEGL_PRESENT_DUMP_PATH");
unsetenv("MOBILEGL_PRESENT_DUMP_CALL");
unsetenv("MOBILEGL_TEXTURE_UPLOAD_STATS");
unsetenv("MOBILEGL_DESCRIPTOR_STATS");
}
setenv("MOBILEGL_LOG_FILE_PATH", mobileGlLogPath.c_str(), 1);