diff options
Diffstat (limited to 'Modules/clmodule.c')
-rw-r--r-- | Modules/clmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/clmodule.c b/Modules/clmodule.c index 64b8a47..02f1ceb 100644 --- a/Modules/clmodule.c +++ b/Modules/clmodule.c @@ -90,7 +90,6 @@ static int param_type_is_float(clobject *self, int param) { int bufferlength; - int ret; if (self->ob_paramtypes == NULL) { error_handler_called = 0; |