summaryrefslogtreecommitdiff
path: root/Modules/clmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-12-05 23:43:35 +0000
committerGuido van Rossum <guido@python.org>1996-12-05 23:43:35 +0000
commit9bc222808f7a727564ba36e3bff329a3189948a6 (patch)
tree30cb126ceb5a8c6fe60c8e825dd712883e75cde5 /Modules/clmodule.c
parenteba6082a1dea7fb986f6e81a767a23fcad0460dd (diff)
downloadcpython-9bc222808f7a727564ba36e3bff329a3189948a6.tar.gz
Keep gcc -Wall happy.
Diffstat (limited to 'Modules/clmodule.c')
-rw-r--r--Modules/clmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/clmodule.c b/Modules/clmodule.c
index 64b8a471cb..02f1ceb84b 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;