summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpstate.h')
-rw-r--r--py/mpstate.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/py/mpstate.h b/py/mpstate.h
index 784eff0a26..a268e8685b 100644
--- a/py/mpstate.h
+++ b/py/mpstate.h
@@ -196,12 +196,6 @@ typedef struct _mp_state_vm_t {
#include "genhdr/root_pointers.h"
#endif
- // root pointers for extmod
-
- #if MICROPY_PY_BLUETOOTH
- mp_obj_t bluetooth;
- #endif
-
//
// END ROOT POINTER SECTION
////////////////////////////////////////////////////////////