[pypy-commit] pypy stm-thread-2: Kill a misleading line.
arigo
noreply at buildbot.pypy.org
Sun Sep 2 17:23:25 CEST 2012
Author: Armin Rigo <arigo at tunes.org>
Branch: stm-thread-2
Changeset: r57085:0b9c42942b8d
Date: 2012-09-02 17:22 +0200
http://bitbucket.org/pypy/pypy/changeset/0b9c42942b8d/
Log: Kill a misleading line.
diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py
--- a/pypy/rpython/llinterp.py
+++ b/pypy/rpython/llinterp.py
@@ -50,7 +50,6 @@
current_interpreter = None
def __init__(self, typer, tracing=True, exc_data_ptr=None):
- self.bindings = {}
self.typer = typer
# 'heap' is module or object that provides malloc, etc for lltype ops
self.heap = llheap
More information about the pypy-commit
mailing list