Skip to content

Commit 78cd775

Browse files
committed
Remove unused variable.
1 parent 6425c3e commit 78cd775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Programs/_testembed.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2348,7 +2348,7 @@ do_gilstate_ensure(void *semaphore_ptr)
23482348
_PySemaphore *semaphore = (_PySemaphore *)semaphore_ptr;
23492349
// Signal to the calling thread that we've started
23502350
_PySemaphore_Wakeup(semaphore);
2351-
PyGILState_STATE gstate = PyGILState_Ensure(); // This should hang
2351+
PyGILState_Ensure(); // This should hang
23522352
assert(NULL);
23532353
}
23542354

0 commit comments

Comments
 (0)