python/lib/gen_code.py: remove unused variable
authorPaul Brossier <piem@piem.org>
Tue, 10 May 2016 20:59:12 +0000 (22:59 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 10 May 2016 20:59:12 +0000 (22:59 +0200)
python/lib/gen_code.py

index f235d65..e3b0df9 100644 (file)
@@ -362,7 +362,6 @@ Py_{shortname}_del  (Py_{shortname} * self, PyObject * unused)
         return out
 
     def gen_do(self):
         return out
 
     def gen_do(self):
-        output = self.outputs[0]
         out = """
 // do {shortname}
 static PyObject*
         out = """
 // do {shortname}
 static PyObject*