summaryrefslogtreecommitdiffstatshomepage
path: root/py/emitbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/emitbc.c')
-rw-r--r--py/emitbc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/py/emitbc.c b/py/emitbc.c
index fef9054c75..11e65f62e3 100644
--- a/py/emitbc.c
+++ b/py/emitbc.c
@@ -34,8 +34,6 @@
#include "py/emit.h"
#include "py/bc0.h"
-#if !MICROPY_EMIT_CPYTHON
-
#define BYTES_FOR_INT ((BYTES_PER_WORD * 8 + 6) / 7)
#define DUMMY_DATA_SIZE (BYTES_FOR_INT)
@@ -1030,5 +1028,3 @@ const mp_emit_method_table_id_ops_t mp_emit_bc_method_table_delete_id_ops = {
mp_emit_bc_delete_global,
};
#endif
-
-#endif // !MICROPY_EMIT_CPYTHON