Skip to content

Commit d8486c9

Browse files
authored
Fixed an unused variable warning introduced in GH-6800
1 parent 0ded580 commit d8486c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_ssl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,6 @@ newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
882882
{
883883
PySSLSocket *self;
884884
SSL_CTX *ctx = sslctx->ctx;
885-
long mode;
886885

887886
self = PyObject_New(PySSLSocket, &PySSLSocket_Type);
888887
if (self == NULL)

0 commit comments

Comments
 (0)