mirror of
https://github.com/janet-lang/janet
synced 2025-10-30 15:13:03 +00:00
Make reflective compilation less stateful
This commit is contained in:
@@ -36,7 +36,6 @@ struct GstCompiler {
|
||||
jmp_buf onError;
|
||||
GstScope *tail;
|
||||
GstBuffer *buffer;
|
||||
void *trackers;
|
||||
};
|
||||
|
||||
/* Initialize the Compiler */
|
||||
|
||||
Reference in New Issue
Block a user