Author: Carl Friedrich Bolz <cfb...@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()
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to