summaryrefslogtreecommitdiff
path: root/Modules/pyexpat.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/pyexpat.c
parentfa0339a3ce258d3a8a3daed73362bbcd78c1c6cd (diff)
downloadcpython-2da5419cea8ee7c2332331c45ab96b295011bdff.tar.gz
Removed redundant Argument Clinic directives.
Diffstat (limited to 'Modules/pyexpat.c')
-rw-r--r--Modules/pyexpat.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c
index 03bac57272..e0c9be732e 100644
--- a/Modules/pyexpat.c
+++ b/Modules/pyexpat.c
@@ -1980,8 +1980,3 @@ static struct HandlerInfo handler_info[] = {
{NULL, NULL, NULL} /* sentinel */
};
-
-/*[clinic input]
-dump buffer
-[clinic start generated code]*/
-/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/