1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 10:19:55 +00:00

Remove thread.c

This commit is contained in:
Calvin Rose 2017-03-11 17:05:59 -05:00
parent 1effd9e740
commit 4191b86895

View File

@ -1,11 +0,0 @@
#include "datatypes.h"
/* Push Value to thread */
void gst_thread_push(Gst *vm, GstThread *thread, GstValue x) {
}
/* Push stack frame to thread */
void gst_thread_pushframe(Gst *vm, GstThread *thread, GstValue callee) {
}