All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meson: remove dead variable
@ 2021-09-08 10:14 Paolo Bonzini
  2021-09-08 10:45 ` Philippe Mathieu-Daudé
  2021-09-08 10:45 ` Daniel P. Berrangé
  0 siblings, 2 replies; 3+ messages in thread
From: Paolo Bonzini @ 2021-09-08 10:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 ui/meson.build | 2 --
 1 file changed, 2 deletions(-)

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'],
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-08 10:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 10:14 [PATCH] meson: remove dead variable Paolo Bonzini
2021-09-08 10:45 ` Philippe Mathieu-Daudé
2021-09-08 10:45 ` Daniel P. Berrangé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.