summaryrefslogtreecommitdiffstats
path: root/Modules/cstubs
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/cstubs')
-rw-r--r--Modules/cstubs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/cstubs b/Modules/cstubs
index 53bd4ab..c8c7dd5 100644
--- a/Modules/cstubs
+++ b/Modules/cstubs
@@ -472,8 +472,6 @@ endpick_select(args, func)
{
PyObject *v, *w;
int i, nhits, n;
- if (!PyArg_NoArgs(args))
- return NULL;
if (pickbuffer == NULL) {
PyErr_SetString(PyExc_RuntimeError,
"endpick/endselect: not in pick/select mode");