Author: Brian Kearns <bdkea...@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: _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit