Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r82831:a7c2a20fd22d
Date: 2016-03-06 21:35 +0100
http://bitbucket.org/pypy/pypy/changeset/a7c2a20fd22d/

Log:    Merged in loganchien/pypy (pull request #410)

        Remove dead code related to argtypes and standalone

diff --git a/rpython/translator/interactive.py 
b/rpython/translator/interactive.py
--- a/rpython/translator/interactive.py
+++ b/rpython/translator/interactive.py
@@ -32,12 +32,6 @@
         self.context.viewcg()
 
     def ensure_setup(self, argtypes=None, policy=None):
-        standalone = argtypes is None
-        if standalone:
-            assert argtypes is None
-        else:
-            if argtypes is None:
-                argtypes = []
         self.driver.setup(self.entry_point, argtypes, policy,
                           empty_translator=self.context)
         self.ann_argtypes = argtypes
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to