diff --git a/thread.c b/thread.c deleted file mode 100644 index db84b71c..00000000 --- a/thread.c +++ /dev/null @@ -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) { - -}