From 9841a4e5fa5b3b17f3b95f4e3c2c0e5ed8b445fd Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 22 Feb 2015 16:21:45 +0100 Subject: Move iter_storage allocation to thread function --- private.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'private.h') diff --git a/private.h b/private.h index 4cffb2d..9b3b7ce 100644 --- a/private.h +++ b/private.h @@ -71,8 +71,6 @@ typedef struct { typedef struct { - double4 *iter_storage; /* Storage for iteration coordinates */ - randctx rc; /* Thread-unique rng context */ flam3_genome cp; /* Full copy of genome for use by the thread */ int first_thread; int timer_initialize; -- cgit v1.2.3