Skip to content

Commit a9d3ea9

Browse files
committed
Remove unused struct member
1 parent 6076548 commit a9d3ea9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Include/cpython/pystate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ typedef int (*Py_tracefunc)(PyObject *, PyFrameObject *, int, PyObject *);
3232
/* Remote debugger support */
3333
# define MAX_SCRIPT_PATH_SIZE 512
3434
typedef struct _remote_debugger_support {
35-
int enabled;
3635
int debugger_pending_call;
3736
char debugger_script_path[MAX_SCRIPT_PATH_SIZE];
3837
} _PyRemoteDebuggerSupport;

0 commit comments

Comments
 (0)