summaryrefslogtreecommitdiffstats
path: root/bytecode/byte_slice.h
diff options
context:
space:
mode:
Diffstat (limited to 'bytecode/byte_slice.h')
-rw-r--r--bytecode/byte_slice.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/bytecode/byte_slice.h b/bytecode/byte_slice.h
deleted file mode 100644
index 7109b52..0000000
--- a/bytecode/byte_slice.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _BYTE_SLICE_H_
-#define _BYTE_SLICE_H_
-
-#include <stdint.h>
-
-#include "slice.h"
-
-DEFINE_SLICE(uint8_t)
-
-#endif