mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
Fixed an unused variable warning introduced in GH-6800 (GH-6816)
(cherry picked from commit 00717a46a1
)
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
This commit is contained in:
parent
5195039bb5
commit
3b26e8cab7
1 changed files with 0 additions and 1 deletions
|
@ -882,7 +882,6 @@ newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
|
|||
{
|
||||
PySSLSocket *self;
|
||||
SSL_CTX *ctx = sslctx->ctx;
|
||||
long mode;
|
||||
|
||||
self = PyObject_New(PySSLSocket, &PySSLSocket_Type);
|
||||
if (self == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue