Commit 00717a46 authored by Alex Gaynor's avatar Alex Gaynor Committed by GitHub

Fixed an unused variable warning introduced in GH-6800 (GH-6816)

parent 5e6312c3
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment