remove sokol and jsffi dependencies

This commit is contained in:
2024-10-30 07:12:02 -05:00
parent 5b97a04681
commit ed1b5398ef

View File

@@ -32,9 +32,6 @@
#include <time.h>
#include <fenv.h>
#include <math.h>
#include <script.h>
#include <jsffi.h>
#include <sokol/sokol_time.h>
#if defined(__APPLE__)
#include <malloc/malloc.h>
@@ -6255,8 +6252,6 @@ static void JS_RunGCInternal(JSRuntime *rt, BOOL remove_weak_objects)
/* free the GC objects in a cycle */
gc_free_cycles(rt);
script_report_gc_time(stm_now()-n, size, rt->malloc_state.malloc_size);
}
void JS_RunGC(JSRuntime *rt)