1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 01:16:36 +00:00

Remove unneeded initialization for gc_trigger

This commit is contained in:
David Schmenk
2025-03-14 14:56:47 -07:00
parent 8909d0b933
commit bc500851cd
2 changed files with 0 additions and 6 deletions
Binary file not shown.
-6
View File
@@ -1837,11 +1837,5 @@ new_sym("CHARS")=>natv = @natv_chars
new_sym("ASCII")=>natv = @natv_ascii
//new_sym("SYMS")=>natv = @natv_syms
tempstr = heapalloc(256)
//
// Set GC trigger to ~8% of available memory
//
gc_trigger = heapavail >> GC_SHIFT_AVAIL
return modkeep | modinitkeep
done