summaryrefslogtreecommitdiff
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h2
1 files changed, 0 insertions, 2 deletions
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;