Author: Armin Rigo <ar...@tunes.org> Branch: conditional_call_value_3 Changeset: r87017:864a4750a84f Date: 2016-09-12 09:40 +0200 http://bitbucket.org/pypy/pypy/changeset/864a4750a84f/
Log: kill import diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py --- a/rpython/jit/codewriter/call.py +++ b/rpython/jit/codewriter/call.py @@ -384,8 +384,6 @@ if y.field: r = y.field return y.field if r: return r """ - from rpython.jit.metainterp.history import getkind - block = graph.startblock if len(block.operations) == 0: return _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit