diff --git a/runtime/compiletime/instr.c b/runtime/compiletime/instr.c index 6cac91f..c4adad7 100644 --- a/runtime/compiletime/instr.c +++ b/runtime/compiletime/instr.c @@ -3,8 +3,6 @@ #include #include -#define CHAR_BIT 8 - // TODO: Throughout here we use `assert` for error conditions, which isn't optimal // Instead we should use `unlikely` branches to a single trapping function (which should optimize better) // The below functions are for implementing WASM instructions