Remove a null statement that was necessary for --without-threads (#3478)

This commit is contained in:
Zackery Spytz 2017-09-11 04:37:10 -06:00 committed by Christian Heimes
parent 2bb69a5b4e
commit 834a5cecac
1 changed files with 0 additions and 1 deletions

View File

@ -623,7 +623,6 @@ internal_setblocking(PySocketSockObject *s, int block)
result = 0;
done:
; /* necessary for --without-threads flag */
Py_END_ALLOW_THREADS
if (result) {