mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
GH-131296: Remove unused variable from overlapped.c (GH-131590)
This commit is contained in:
parent
591c982c6e
commit
b530e174a3
1 changed files with 0 additions and 7 deletions
|
@ -1811,13 +1811,6 @@ _overlapped_Overlapped_WSASendTo_impl(OverlappedObject *self, HANDLE handle,
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
PyDoc_STRVAR(
|
||||
Overlapped_WSARecvFrom_doc,
|
||||
"RecvFile(handle, size, flags) -> Overlapped[(message, (host, port))]\n\n"
|
||||
"Start overlapped receive");
|
||||
|
||||
/*[clinic input]
|
||||
_overlapped.Overlapped.WSARecvFrom
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue