summaryrefslogtreecommitdiff
path: root/Modules/sha512module.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-02-04 11:53:22 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2017-02-04 11:53:22 +0200
commit2da5419cea8ee7c2332331c45ab96b295011bdff (patch)
treed9b4da90694bbdc5635ee6fd54adc978b369c12e /Modules/sha512module.c
parentfa0339a3ce258d3a8a3daed73362bbcd78c1c6cd (diff)
downloadcpython-2da5419cea8ee7c2332331c45ab96b295011bdff.tar.gz
Removed redundant Argument Clinic directives.
Diffstat (limited to 'Modules/sha512module.c')
-rw-r--r--Modules/sha512module.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/Modules/sha512module.c b/Modules/sha512module.c
index 8b2d073e03..5ac2a2a61c 100644
--- a/Modules/sha512module.c
+++ b/Modules/sha512module.c
@@ -550,10 +550,6 @@ SHA512Type_update(SHAobject *self, PyObject *obj)
PyBuffer_Release(&buf);
Py_RETURN_NONE;
}
-/*[clinic input]
-dump buffer
-[clinic start generated code]*/
-/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/
static PyMethodDef SHA_methods[] = {
SHA512TYPE_COPY_METHODDEF
@@ -747,11 +743,6 @@ _sha512_sha384_impl(PyObject *module, PyObject *string)
}
-/*[clinic input]
-dump buffer
-[clinic start generated code]*/
-/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/
-
/* List of functions exported by this module */
static struct PyMethodDef SHA_functions[] = {