remove unused local

This commit is contained in:
Matthew Flatt 2012-02-11 08:26:27 -07:00
parent 73f188c9e8
commit 11389e7a8c

View File

@ -166,7 +166,6 @@ static void ts_allocate_values(int count, Scheme_Thread *p) XFORM_SKIP_PROC
#ifdef MZ_USE_FUTURES
static Scheme_Object **ts_scheme_on_demand(Scheme_Object **rs) XFORM_SKIP_PROC
{
int eq = MZ_RUNSTACK + 2 == rs;
if (scheme_use_rtcall) {
return scheme_rtcall_on_demand("[jit_on_demand]", FSRC_OTHER, scheme_on_demand_with_args, rs);
} else