Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to