From 4191b86895b41609dc82c1e57eb6e5fdbc81dff2 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 11 Mar 2017 17:05:59 -0500 Subject: [PATCH] Remove thread.c --- thread.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 thread.c 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) { - -}