forked from buddhabrot/fusion-zauberstab
fft_test: remove unused variables
Signed-off-by: Thomas Schmid <tom@lfence.de>
This commit is contained in:
parent
9a4ae6cf41
commit
b95863aeff
@ -6,8 +6,6 @@
|
||||
|
||||
static std::complex<float> samples[N_SAMPLES];
|
||||
static std::complex<float> z[N_SAMPLES];
|
||||
static double vReal[N_SAMPLES];
|
||||
static double vImag[N_SAMPLES];
|
||||
static uint32_t sample_counter = 0;
|
||||
static unsigned long max_dt = 0;
|
||||
static unsigned long last_sample = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user