cleanup
authorStefan Behnel <scoder@users.berlios.de>
Sat, 23 Aug 2008 12:15:05 +0000 (14:15 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 23 Aug 2008 12:15:05 +0000 (14:15 +0200)
Cython/Compiler/Nodes.py

index 31ad7ea9de5171d9151d55a606d7a622046db5b2..dc67330fb369f426ca786e02a57c08dfed4f13a0 100644 (file)
@@ -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;