meson: remove dead dictionary access
commit05007258f02da253af370387b69fe98e9f37b320
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Mar 2024 10:28:28 +0000 (20 11:28 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Mar 2024 10:30:49 +0000 (20 11:30 +0100)
tree35aa78f5b8ed13e838fe13fdd4b5c34382d222a9
parent732810235f8e7c0f7c961201d9d05b1f5c1ab5a5
meson: remove dead dictionary access

The "link_depends" key has not been used since commit c46f76d1586
("meson: specify fuzz linker script as a project arg", 2020-09-08),
and even before that it was only used for fork-fuzzing which we
removed in commit d2e6f9272d3 ("fuzz: remove fork-fuzzing scaffolding",
2023-02-16).

So, remove it for a very small simplification of meson.build.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build