remove sokol and jsffi dependencies
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user