fft_test: remove unused variables

Signed-off-by: Thomas Schmid <tom@lfence.de>
This commit is contained in:
Thomas 2022-06-19 15:29:39 +02:00
parent 9a4ae6cf41
commit b95863aeff
1 changed files with 0 additions and 2 deletions

View File

@ -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;