tear out old file stream tick; switch disasm to using new file stream for interleaved text lines

This commit is contained in:
Ryan Fleury
2025-09-24 12:09:59 -07:00
parent 8e68187107
commit 7f2a066e8f
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -372,6 +372,7 @@ fs_hash_from_path_range(String8 path, Rng1U64 range, U64 endt_us)
internal void
fs_async_tick(void)
{
#if 0
ProfBeginFunction();
Temp scratch = scratch_begin(0, 0);
@@ -530,4 +531,5 @@ fs_async_tick(void)
scratch_end(scratch);
ProfEnd();
#endif
}