mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-25 18:39:54 +00:00
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
@ -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…
x
Reference in New Issue
Block a user