Fix unused variable in generate_psa_tests.py

Remove the newly-unused variable that became unused in
a previous commit.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2021-10-22 18:22:11 +01:00
parent 48a0553684
commit 3ee10e841e

View File

@ -714,7 +714,6 @@ def main(args):
return
# List in a cmake list format (i.e. ';'-separated)
if options.list_for_cmake:
filenames = []
print(';'.join(generator.filename_for(name)
for name in sorted(generator.TARGETS)), end='')
return