remove segment-cache as it is superseded by better arena management

This commit is contained in:
daanx 2023-04-13 15:37:54 -07:00
parent e6681f2d4b
commit e35e919ea4
9 changed files with 5 additions and 324 deletions

View file

@ -32,7 +32,6 @@ terms of the MIT license. A copy of the license can be found in the file
#include "page.c" // includes page-queue.c
#include "random.c"
#include "segment.c"
#include "segment-cache.c"
#include "segment-map.c"
#include "stats.c"
#include "prim/prim.c"