Author: Armin Rigo <[email protected]>
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) {
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to