[pypy-commit] pypy default: (cfbolz, arigo): kill unused line

cfbolz pypy.commits at gmail.com
Sun Feb 21 09:15:08 EST 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r82366:4cb232f5380b
Date: 2016-02-21 15:12 +0100
http://bitbucket.org/pypy/pypy/changeset/4cb232f5380b/

Log:	(cfbolz, arigo): kill unused line

diff --git a/rpython/rtyper/lltypesystem/lltype.py b/rpython/rtyper/lltypesystem/lltype.py
--- a/rpython/rtyper/lltypesystem/lltype.py
+++ b/rpython/rtyper/lltypesystem/lltype.py
@@ -1774,7 +1774,6 @@
             raise TypeError("%r is not variable-sized" % (TYPE,))
         if n is None and TYPE._arrayfld is not None:
             raise TypeError("%r is variable-sized" % (TYPE,))
-        first, FIRSTTYPE = TYPE._first_struct()
         for fld, typ in TYPE._flds.items():
             if fld == TYPE._arrayfld:
                 value = _array(typ, n, initialization=initialization,


More information about the pypy-commit mailing list