summaryrefslogtreecommitdiffstats
path: root/src/ffts_internal.h
diff options
context:
space:
mode:
authorJukka Ojanen <jukka.ojanen@linkotec.net>2015-03-10 11:31:53 +0200
committerJukka Ojanen <jukka.ojanen@linkotec.net>2015-03-10 11:31:53 +0200
commitdf3e73b193429e9b3db977a3aa67a77a0155e39c (patch)
tree4132e75f60afd8732655d310408ecd2c69f543f8 /src/ffts_internal.h
parentca6ca7311fe13efc3b7d0ffeb21d32e29cde3f1b (diff)
downloadffts-df3e73b193429e9b3db977a3aa67a77a0155e39c.zip
ffts-df3e73b193429e9b3db977a3aa67a77a0155e39c.tar.gz
Remove FFTS plan variable 'transforms', which is not used
Diffstat (limited to 'src/ffts_internal.h')
-rw-r--r--src/ffts_internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ffts_internal.h b/src/ffts_internal.h
index 413bb51..a77fb0d 100644
--- a/src/ffts_internal.h
+++ b/src/ffts_internal.h
@@ -127,11 +127,6 @@ struct _ffts_plan_t {
void *lastlut;
/**
- * Used in multidimensional Code ??
- */
- size_t *transforms;
-
- /**
* Pointer to the dynamically generated function
* that will execute the FFT
*/
OpenPOWER on IntegriCloud