Skip to content

Commit fc17e9e

Browse files
authored
Update __init__.c
1 parent 34cb5f6 commit fc17e9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared-bindings/traceback/__init__.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ STATIC void traceback_exception_common(bool is_print_exception, mp_print_t *prin
9595
mp_obj_exception_t *exc = mp_obj_exception_get_native(value);
9696
mp_obj_traceback_t *trace_backup = exc->traceback;
9797
#if MICROPY_CPYTHON_EXCEPTION_CHAIN
98-
9998
mp_obj_exception_t *context_backup = exc->context;
10099
mp_obj_exception_t *cause_backup = exc->cause;
101100

0 commit comments

Comments
 (0)