Author: Armin Rigo <[email protected]>
Branch: jitframe-on-heap
Changeset: r61793:b172e3276b02
Date: 2013-02-25 22:10 +0100
http://bitbucket.org/pypy/pypy/changeset/b172e3276b02/
Log: Kill an unused field definition
diff --git a/rpython/memory/gctransform/asmgcroot.py
b/rpython/memory/gctransform/asmgcroot.py
--- a/rpython/memory/gctransform/asmgcroot.py
+++ b/rpython/memory/gctransform/asmgcroot.py
@@ -560,7 +560,6 @@
self.jit_index = -1
def setjitframe(self, extra_stack_depth):
- self.addr = llmemory.NULL
self.jit_index = 0
self.extra_stack_depth = extra_stack_depth
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit