[pypy-commit] pypy default: we no longer need it

fijal noreply at buildbot.pypy.org
Thu May 28 14:24:00 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
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


More information about the pypy-commit mailing list