Skip to content

Commit 8a7ae73

Browse files
committed
gh-109945 remove commented code
Signed-off-by: Nigel Jones <jonesn@uk.ibm.com>
1 parent 51f75fc commit 8a7ae73

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
@@ -4398,7 +4398,6 @@ _ssl__SSLContext_set_ecdh_curve(PySSLContext *self, PyObject *name)
43984398
Py_DECREF(name_bytes);
43994399
if (!res) {
44004400
PyErr_Format(PyExc_ValueError,"unknown elliptic curves %R", name);
4401-
//_setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__);
44024401
return NULL;
44034402
}
44044403
#endif

0 commit comments

Comments
 (0)