diff --git a/src/racket/src/future.c b/src/racket/src/future.c index 5e9056b6b1..77a12fc9c6 100644 --- a/src/racket/src/future.c +++ b/src/racket/src/future.c @@ -1425,12 +1425,10 @@ static void run_would_be_future(future_t *ft) mz_jmp_buf newbuf, *savebuf; Scheme_Thread *p; Scheme_Future_State *fs; - Scheme_Future_Thread_State *fts; int aborted = 0; p = scheme_current_thread; fs = scheme_future_state; - fts = scheme_future_thread_state; /* Setup the future thread state */ p->futures_slow_path_tracing++;