mirror of
https://github.com/janet-lang/janet
synced 2025-11-06 02:23:03 +00:00
Remove remains of gc instrumentation code.
This commit is contained in:
@@ -549,7 +549,6 @@ void janet_clear_memory(void) {
|
||||
#endif
|
||||
JanetGCObject *current = janet_vm.blocks;
|
||||
while (NULL != current) {
|
||||
current->flags |= JANET_MEM_USEAFTERFREE;
|
||||
janet_deinit_block(current);
|
||||
JanetGCObject *next = current->data.next;
|
||||
gc_free_gcobj(current);
|
||||
|
||||
Reference in New Issue
Block a user