summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Modules/_threadmodule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/_threadmodule.c b/Modules/_threadmodule.c
index 544bfdc137..bd8a40f0c9 100644
--- a/Modules/_threadmodule.c
+++ b/Modules/_threadmodule.c
@@ -1001,10 +1001,8 @@ t_bootstrap(void *boot_raw)
{
struct bootstate *boot = (struct bootstate *) boot_raw;
PyThreadState *tstate;
- _PyRuntimeState *runtime;
PyObject *res;
- runtime = boot->runtime;
tstate = boot->tstate;
tstate->thread_id = PyThread_get_thread_ident();
_PyThreadState_Init(tstate);