summaryrefslogtreecommitdiffstats
path: root/bytecode/oper.h
diff options
context:
space:
mode:
Diffstat (limited to 'bytecode/oper.h')
-rw-r--r--bytecode/oper.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/bytecode/oper.h b/bytecode/oper.h
deleted file mode 100644
index 7174e1d..0000000
--- a/bytecode/oper.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _OPER_H_
-#define _OPER_H_
-
-#include "byte_slice.h"
-
-void run(uint8_t_slice);
-
-#endif