1
0
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:
Calvin Rose
2017-05-07 18:37:19 -04:00
parent 6d3e3d8246
commit 88a24531de
2 changed files with 26 additions and 104 deletions

View File

@@ -36,7 +36,6 @@ struct GstCompiler {
jmp_buf onError;
GstScope *tail;
GstBuffer *buffer;
void *trackers;
};
/* Initialize the Compiler */