get rid of unused meson variables

Found by muon's own static analyzer.
This commit is contained in:
Aydın Mercan 2025-09-19 10:06:07 +02:00 committed by Michal Nowak
parent 9eaf32db1a
commit 881ecfd8e5
No known key found for this signature in database

View file

@ -42,7 +42,6 @@ endif
### Build Options
developer_mode = get_option('developer').enabled()
c_std = get_option('c_std')
lundef = get_option('b_lundef')
optimization = get_option('optimization')
sanitizer = get_option('b_sanitize')
@ -1503,8 +1502,6 @@ executable(
)
named_c_args = []
named_link_args = []
named_deps = []
if named_lto_opt == 'off'