From: Aydın Mercan Date: Fri, 19 Sep 2025 08:06:07 +0000 (+0200) Subject: get rid of unused meson variables X-Git-Tag: v9.21.15~39^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=881ecfd8e542cabeb5ad64273700eb7656e7b032;p=thirdparty%2Fbind9.git get rid of unused meson variables Found by muon's own static analyzer. --- diff --git a/meson.build b/meson.build index 924aafd34e6..57287ae0f6d 100644 --- a/meson.build +++ b/meson.build @@ -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'