diff options
| author | David Lechner <david@pybricks.com> | 2022-07-01 14:26:38 -0500 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-07-18 13:50:34 +1000 |
| commit | 095ad87adf934511e9aaa0beb6f2ae1accc262a7 (patch) | |
| tree | 1154df3c525787c5ea4e99a4ddf6a5c913aeca85 | |
| parent | a3703584fea25854616265c9accc2aab70cf2c97 (diff) | |
cc3200/mpconfigport: Remove mp_const_user_interrupt.
mp_const_user_interrupt was listed as a root pointer but not used anywhere
in the code base, so it can be removed.
Signed-off-by: David Lechner <david@pybricks.com>
| -rw-r--r-- | ports/cc3200/mpconfigport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/cc3200/mpconfigport.h b/ports/cc3200/mpconfigport.h index ce708cb3f..a9daca88b 100644 --- a/ports/cc3200/mpconfigport.h +++ b/ports/cc3200/mpconfigport.h @@ -142,7 +142,6 @@ // vm state and root pointers for the gc #define MP_STATE_PORT MP_STATE_VM #define MICROPY_PORT_ROOT_POINTERS \ - mp_obj_t mp_const_user_interrupt; \ mp_obj_t machine_config_main; \ mp_obj_list_t pyb_sleep_obj_list; \ mp_obj_list_t mp_irq_obj_list; \ |
