File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2343,7 +2343,6 @@ PyEval_SetProfileAllThreads(Py_tracefunc func, PyObject *arg)
2343
2343
PyThreadState * this_tstate = _PyThreadState_GET ();
2344
2344
PyInterpreterState * interp = this_tstate -> interp ;
2345
2345
2346
- _PyRuntimeState * runtime = & _PyRuntime ;
2347
2346
INTERP_THREAD_LOCK (interp );
2348
2347
PyThreadState * ts = PyInterpreterState_ThreadHead (interp );
2349
2348
INTERP_THREAD_UNLOCK (interp );
@@ -2374,7 +2373,6 @@ PyEval_SetTraceAllThreads(Py_tracefunc func, PyObject *arg)
2374
2373
PyThreadState * this_tstate = _PyThreadState_GET ();
2375
2374
PyInterpreterState * interp = this_tstate -> interp ;
2376
2375
2377
- _PyRuntimeState * runtime = & _PyRuntime ;
2378
2376
INTERP_THREAD_LOCK (interp );
2379
2377
PyThreadState * ts = PyInterpreterState_ThreadHead (interp );
2380
2378
INTERP_THREAD_UNLOCK (interp );
You can’t perform that action at this time.
0 commit comments