diff options
author | Damien George <damien@micropython.org> | 2025-09-01 16:12:54 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-09-26 14:10:03 +1000 |
commit | 293bb0e575052c29aeeae0ea53a41eb1c1a88db8 (patch) | |
tree | 3cc7834750eef1886e4c675bbf851ebd43afbfa4 | |
parent | a319ddefa60750ce1b71b1fc7296fc2c69adc66a (diff) |
webassembly: Remove MICROPY_PY_BOUND_METHOD_FULL_EQUALITY_CHECK.
With the parent commit implementing proper identities, this equality check
option is no longer needed.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | ports/webassembly/mpconfigport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/webassembly/mpconfigport.h b/ports/webassembly/mpconfigport.h index 0783aacbb..b13da2991 100644 --- a/ports/webassembly/mpconfigport.h +++ b/ports/webassembly/mpconfigport.h @@ -53,7 +53,6 @@ #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE) #define MICROPY_USE_INTERNAL_ERRNO (1) #define MICROPY_USE_INTERNAL_PRINTF (0) -#define MICROPY_PY_BOUND_METHOD_FULL_EQUALITY_CHECK (1) #define MICROPY_EPOCH_IS_1970 (1) #define MICROPY_PY_ASYNCIO_TASK_QUEUE_PUSH_CALLBACK (1) |