[pypy-commit] cffi default: kill unused var

arigo pypy.commits at gmail.com
Thu Apr 21 06:29:40 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2674:d14561075d69
Date: 2016-04-21 12:20 +0200
http://bitbucket.org/cffi/cffi/changeset/d14561075d69/

Log:	kill unused var

diff --git a/c/realize_c_type.c b/c/realize_c_type.c
--- a/c/realize_c_type.c
+++ b/c/realize_c_type.c
@@ -650,7 +650,6 @@
                            _cffi_opcode_t opcodes[], int index)
 {
     PyObject *x;
-    CTypeDescrObject *ct;
     _cffi_opcode_t op = opcodes[index];
 
     if ((((uintptr_t)op) & 1) == 0) {


More information about the pypy-commit mailing list