[pypy-commit] pypy default: now unused

bdkearns noreply at buildbot.pypy.org
Wed Jan 30 11:32:00 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r60719:dd68409a9954
Date: 2013-01-30 05:31 -0500
http://bitbucket.org/pypy/pypy/changeset/dd68409a9954/

Log:	now unused

diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py
--- a/rpython/jit/metainterp/test/test_ajit.py
+++ b/rpython/jit/metainterp/test/test_ajit.py
@@ -1695,8 +1695,6 @@
 
     def test_guard_always_changing_value(self):
         myjitdriver = JitDriver(greens = [], reds = ['x', 'a'])
-        class A:
-            pass
         def f(x):
             a = 0
             while x > 0:


More information about the pypy-commit mailing list