summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 0045fa198..698d264d2 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -145,13 +145,6 @@
#define MICROPY_OBJ_IMMEDIATE_OBJS (MICROPY_OBJ_REPR != MICROPY_OBJ_REPR_D)
#endif
-#define MICROPY_OBJ_TYPE_REPR_FULL (0)
-#define MICROPY_OBJ_TYPE_REPR_SLOT_INDEX (1)
-
-#ifndef MICROPY_OBJ_TYPE_REPR
-#define MICROPY_OBJ_TYPE_REPR (MICROPY_OBJ_TYPE_REPR_FULL)
-#endif
-
/*****************************************************************************/
/* Memory allocation policy */