From: Stefan Behnel Date: Sat, 23 Aug 2008 12:15:05 +0000 (+0200) Subject: cleanup X-Git-Tag: 0.9.9.2.beta~63^2~42 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6e69baa6f60010c0e84b27d9feb74a52f5ad4fc3;p=cython.git cleanup --- 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;