mirror of
https://github.com/janet-lang/janet
synced 2026-08-27 20:58:51 +00:00
Remove scratch memory functionality.
This commit is contained in:
@@ -310,9 +310,6 @@ struct Gst {
|
||||
uint32_t cache_capacity;
|
||||
uint32_t cache_count;
|
||||
uint32_t cache_deleted;
|
||||
/* Scratch memory (should be marked in gc) */
|
||||
char *scratch;
|
||||
uint32_t scratch_len;
|
||||
/* GC roots */
|
||||
GstThread *thread;
|
||||
GstTable *modules;
|
||||
|
||||
Reference in New Issue
Block a user