[pypy-commit] stmgc default: Bad Remi, no cookie :-) The tests don't run because these lines compute

arigo noreply at buildbot.pypy.org
Wed Apr 9 08:53:09 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1146:859b241ec058
Date: 2014-04-09 08:52 +0200
http://bitbucket.org/pypy/stmgc/changeset/859b241ec058/

Log:	Bad Remi, no cookie :-) The tests don't run because these lines
	compute unused results now.

diff --git a/c7/stm/nursery.c b/c7/stm/nursery.c
--- a/c7/stm/nursery.c
+++ b/c7/stm/nursery.c
@@ -241,8 +241,6 @@
                 mutex_pages_lock();
                 locked = true;
             }
-            char *realobj = REAL_ADDRESS(pseg->pub.segment_base, item->addr);
-            ssize_t size = stmcb_size_rounded_up((struct object_s *)realobj);
             _stm_large_free(stm_object_pages + item->addr);
         } TREE_LOOP_END;
 


More information about the pypy-commit mailing list