#if 0 out old evictor thread for ptr graph

This commit is contained in:
Ryan Fleury
2025-09-24 13:43:51 -07:00
parent 18b5e27015
commit 0679b4b04c
+2
View File
@@ -151,6 +151,7 @@ ptg_builder_thread__entry_point(void *p)
internal void
ptg_evictor_thread__entry_point(void *p)
{
#if 0
for(;;)
{
U64 check_time_us = os_now_microseconds();
@@ -199,4 +200,5 @@ ptg_evictor_thread__entry_point(void *p)
}
os_sleep_milliseconds(1000);
}
#endif
}