From: Paolo Bonzini Date: Wed, 8 Sep 2021 10:14:13 +0000 (+0200) Subject: meson: remove dead variable X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7b94203bfcdcb0930d7afb5f36007f9f3c5720b2;p=qemu.git meson: remove dead variable Signed-off-by: Paolo Bonzini --- diff --git a/ui/meson.build b/ui/meson.build index 7faa42eb3f..a73beb0e54 100644 --- a/ui/meson.build +++ b/ui/meson.build @@ -105,8 +105,6 @@ if config_host.has_key('CONFIG_SPICE') and config_host.has_key('CONFIG_GIO') ui_modules += {'spice-app': spice_ss} endif -keymap_gen = find_program('keycodemapdb/tools/keymap-gen') - keymaps = [ ['atset1', 'qcode'], ['linux', 'qcode'],