meson: drop unused variable

This commit is contained in:
Yu Watanabe 2021-01-04 23:57:52 +09:00
parent 04e7ada0d7
commit b5c34d6bf1

View file

@ -281,12 +281,13 @@ shared_sources = files('''
'''.split())
if get_option('tests') != 'false'
shared_sources += files('tests.c', 'tests.h')
shared_sources += files('''
test-tables.h
tests.c
tests.h
'''.split())
endif
test_tables_h = files('test-tables.h')
shared_sources += test_tables_h
generate_syscall_list = find_program('generate-syscall-list.py')
fname = 'syscall-list.h'
syscall_list_h = custom_target(