summaryrefslogtreecommitdiffstats
path: root/Modules/pyexpat.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-02-04 09:53:22 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-02-04 09:53:22 (GMT)
commit685c203e84aeb2deddec05be39afd8f190bd54fe (patch)
tree2622de33546e6ed1c68fd9aec354329671c647cc /Modules/pyexpat.c
parent93260281159844908bd988e5286bd5372f012cf3 (diff)
downloadcpython-685c203e84aeb2deddec05be39afd8f190bd54fe.zip
cpython-685c203e84aeb2deddec05be39afd8f190bd54fe.tar.gz
cpython-685c203e84aeb2deddec05be39afd8f190bd54fe.tar.bz2
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 03bac57..e0c9be7 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]*/