]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
get rid of unused meson variables
authorAydın Mercan <aydin@isc.org>
Fri, 19 Sep 2025 08:06:07 +0000 (10:06 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 24 Oct 2025 14:42:26 +0000 (16:42 +0200)
Found by muon's own static analyzer.

meson.build

index 924aafd34e682c7ae89546fbaf4d9cabd372ed25..57287ae0f6d2805cebbec5e263e37b3ccd252505 100644 (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'