diff options
Diffstat (limited to 'src/scheme/ao_scheme_frame.c')
| -rw-r--r-- | src/scheme/ao_scheme_frame.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/src/scheme/ao_scheme_frame.c b/src/scheme/ao_scheme_frame.c index 46f941e6..a7e5153f 100644 --- a/src/scheme/ao_scheme_frame.c +++ b/src/scheme/ao_scheme_frame.c @@ -86,8 +86,6 @@ frame_mark(void *addr)  		struct ao_scheme_frame_vals	*vals = ao_scheme_poly_frame_vals(frame->vals);  		MDBG_MOVE("frame mark %d\n", MDBG_OFFSET(frame)); -		if (!AO_SCHEME_IS_POOL(frame)) -			break;  		if (!ao_scheme_mark_memory(&ao_scheme_frame_vals_type, vals))  			frame_vals_mark(vals);  		frame = ao_scheme_poly_frame(frame->prev); @@ -110,9 +108,6 @@ frame_move(void *addr)  		int				ret;  		MDBG_MOVE("frame move %d\n", MDBG_OFFSET(frame)); -		if (!AO_SCHEME_IS_POOL(frame)) -			break; -  		vals = ao_scheme_poly_frame_vals(frame->vals);  		if (!ao_scheme_move_memory(&ao_scheme_frame_vals_type, (void **) &vals))  			frame_vals_move(vals); | 
