From dbc44a2d45153760ee710f4ebcbd09f9ac196fea Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 13 Feb 2015 18:19:58 +0100 Subject: Remove unused variables, fix compiler warnings --- rect.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'rect.c') diff --git a/rect.c b/rect.c index a9bda80..5a4482b 100644 --- a/rect.c +++ b/rect.c @@ -494,7 +494,6 @@ static int render_rectangle(flam3_frame *spec, void *out, flam3_thread_helper *fth; pthread_attr_t pt_attr; pthread_t *myThreads=NULL; - int thread_status; int thi; time_t tstart,tend; double sumfilt; @@ -791,7 +790,6 @@ static int render_rectangle(flam3_frame *spec, void *out, /* Initialize the thread helper structures */ for (thi = 0; thi < spec->nthreads; thi++) { - int rk; /* Create a new state for this thread */ rand_seed (&fth[thi].rc); -- cgit v1.2.3