Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r77647:442682a56d6d
Date: 2015-05-28 14:23 +0200
http://bitbucket.org/pypy/pypy/changeset/442682a56d6d/

Log:    we no longer need it

diff --git a/pypy/goal/targetpypystandalone.py 
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
+++ b/pypy/goal/targetpypystandalone.py
@@ -276,8 +276,6 @@
             config.objspace.usemodules.pypyjit = True
         elif config.objspace.usemodules.pypyjit:
             config.translation.jit = True
-        else:
-            config.objspace.usemodules._vmprof = False
 
         if config.translation.sandbox:
             config.objspace.lonepycfiles = False
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to