Author: Armin Rigo <ar...@tunes.org> Branch: jitypes2 Changeset: r44182:4a1977c06ba0 Date: 2011-05-15 17:27 +0200 http://bitbucket.org/pypy/pypy/changeset/4a1977c06ba0/
Log: Fix merge. diff --git a/pypy/jit/metainterp/logger.py b/pypy/jit/metainterp/logger.py --- a/pypy/jit/metainterp/logger.py +++ b/pypy/jit/metainterp/logger.py @@ -23,7 +23,6 @@ debug_print("# Loop", number, ":", type, "with", len(operations), "ops") logops = self._log_operations(inputargs, operations, ops_offset) - self._log_operations(inputargs, operations, ops_offset) debug_stop("jit-log-opt-loop") return logops _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit