[Python-checkins] Fixed an unused variable warning introduced in GH-6800 (GH-6816)

Miss Islington (bot) webhook-mailer at python.org
Mon May 14 19:42:33 EDT 2018


https://github.com/python/cpython/commit/3b26e8cab738bec05e7e5178a390b9b4b7f208b6
commit: 3b26e8cab738bec05e7e5178a390b9b4b7f208b6
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018年05月14日T16:42:30-07:00
summary:
Fixed an unused variable warning introduced in GH-6800 (GH-6816)
(cherry picked from commit 00717a46a120dd8c8c74970fd75d201a5f42ab18)
Co-authored-by: Alex Gaynor <alex.gaynor at gmail.com>
files:
M Modules/_ssl.c
diff --git a/Modules/_ssl.c b/Modules/_ssl.c
index 650f030345f7..7670833bf5f5 100644
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
@@ -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)


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /