[pypy-commit] pypy default: remove leftover line

cfbolz noreply at buildbot.pypy.org
Mon Nov 2 15:52:04 EST 2015


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r80504:0071c13198cf
Date: 2015-11-02 21:44 +0100
http://bitbucket.org/pypy/pypy/changeset/0071c13198cf/

Log:	remove leftover line

diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py
--- a/pypy/objspace/std/setobject.py
+++ b/pypy/objspace/std/setobject.py
@@ -1646,7 +1646,6 @@
                                   reds='auto')
 
 def _create_from_iterable(space, w_set, w_iterable):
-    iterable = space.iteriterable(w_iterable)
     w_set.strategy = strategy = space.fromcache(EmptySetStrategy)
     w_set.sstorage = strategy.get_empty_storage()
 


More information about the pypy-commit mailing list