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:
parent
48a0553684
commit
3ee10e841e
1 changed files with 0 additions and 1 deletions
|
@ -714,7 +714,6 @@ def main(args):
|
||||||
return
|
return
|
||||||
# List in a cmake list format (i.e. ';'-separated)
|
# List in a cmake list format (i.e. ';'-separated)
|
||||||
if options.list_for_cmake:
|
if options.list_for_cmake:
|
||||||
filenames = []
|
|
||||||
print(';'.join(generator.filename_for(name)
|
print(';'.join(generator.filename_for(name)
|
||||||
for name in sorted(generator.TARGETS)), end='')
|
for name in sorted(generator.TARGETS)), end='')
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue