summaryrefslogtreecommitdiff
path: root/src/interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/interpreter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interpreter.h b/src/interpreter.h
deleted file mode 100644
index b7c3e2a..0000000
--- a/src/interpreter.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#pragma once
-
-#include "program.h"
-
-void run_program(Program* program);