From 6e69baa6f60010c0e84b27d9feb74a52f5ad4fc3 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 23 Aug 2008 14:15:05 +0200 Subject: [PATCH] cleanup --- Cython/Compiler/Nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/Nodes.py b/Cython/Compiler/Nodes.py index 31ad7ea9..dc67330f 100644 --- a/Cython/Compiler/Nodes.py +++ b/Cython/Compiler/Nodes.py @@ -4526,7 +4526,7 @@ static int __Pyx_SplitKeywords( Py_ssize_t num_posargs, char* func_name) { - PyObject *s = 0, *x = 0, *kwds1 = 0; + PyObject *x = 0, *kwds1 = 0; int i; PyObject ***p; -- 2.26.2