mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Removed unused variable
This commit is contained in:
parent
eb65c99d00
commit
0f973934f4
1 changed files with 1 additions and 1 deletions
|
@ -4334,7 +4334,7 @@ See the socket module for documentation.");
|
|||
PyMODINIT_FUNC
|
||||
init_socket(void)
|
||||
{
|
||||
PyObject *m, *has_ipv6, *tmp;
|
||||
PyObject *m, *has_ipv6;
|
||||
|
||||
if (!os_init())
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue