Tools: Test: Remove unused variable from src_test.m

The variable tn is not used, it is safe to delete it.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2022-11-15 17:16:55 +02:00 committed by Liam Girdwood
parent 1d81cb6a62
commit f5dd529190
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ r.n_na = 0;
for b = 1:n_fso
for a = 1:n_fsi
v = -ones(n_test,1); % Set pass/fail test verdict to not executed
tn = 1;
t.fs1 = fs_in_list(a);
t.fs2 = fs_out_list(b);
v(1) = chirp_test(t);