summaryrefslogtreecommitdiffstats
path: root/Modules/md5module.c
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2020-06-04 20:08:42 (GMT)
committerGitHub <noreply@github.com>2020-06-04 20:08:42 (GMT)
commit6ed578f6dbffdec94f62cc2e36d626fc195678d7 (patch)
treea3535716cfea4ec9686b8a6946d7dfd5a5a414dd /Modules/md5module.c
parent7a280197f4162e5fcdde6f34701a9fa6e669190d (diff)
downloadcpython-6ed578f6dbffdec94f62cc2e36d626fc195678d7.zip
cpython-6ed578f6dbffdec94f62cc2e36d626fc195678d7.tar.gz
cpython-6ed578f6dbffdec94f62cc2e36d626fc195678d7.tar.bz2
bpo-40865: Remove unused insint() macro from hash modules (GH-20627)
Automerge-Triggered-By: @tiran
Diffstat (limited to 'Modules/md5module.c')
-rw-r--r--Modules/md5module.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/md5module.c b/Modules/md5module.c
index ea2bafb..e4d9db4 100644
--- a/Modules/md5module.c
+++ b/Modules/md5module.c
@@ -552,9 +552,6 @@ static struct PyMethodDef MD5_functions[] = {
/* Initialize this module. */
-#define insint(n,v) { PyModule_AddIntConstant(m,n,v); }
-
-
static struct PyModuleDef _md5module = {
PyModuleDef_HEAD_INIT,
"_md5",