mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
get rid of unused meson variables
Found by muon's own static analyzer.
This commit is contained in:
parent
9eaf32db1a
commit
881ecfd8e5
1 changed files with 0 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue