Skip to content

Commit 75b3be8

Browse files
committed
fixup! Add Pablo
1 parent 5cd2e87 commit 75b3be8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Python/jit_publish.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@
99
#if defined(PY_HAVE_JIT_GDB_UNWIND) \
1010
|| defined(PY_HAVE_JIT_GNU_BACKTRACE_UNWIND)
1111
struct _PyJitCodeRegistration {
12-
# if defined(PY_HAVE_JIT_GDB_UNWIND)
1312
void *gdb_handle;
14-
# endif
15-
# if defined(PY_HAVE_JIT_GNU_BACKTRACE_UNWIND)
1613
void *gnu_backtrace_handle;
17-
# endif
1814
};
1915
#endif
2016

0 commit comments

Comments
 (0)