Skip to content

Commit 1b7c775

Browse files
committed
remove unused variable
1 parent 87a1e98 commit 1b7c775

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_hashopenssl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ py_digest_by_name(PyObject *module, const char *name, enum Py_hash_type py_ht)
442442
*/
443443
static PY_EVP_MD*
444444
py_digest_by_digestmod(PyObject *module, PyObject *digestmod, enum Py_hash_type py_ht) {
445-
PY_EVP_MD* evp;
446445
PyObject *name_obj = NULL;
447446
const char *name;
448447

0 commit comments

Comments
 (0)