From: Eric Engestrom Date: Thu, 11 Oct 2018 17:36:36 +0000 (+0100) Subject: meson: remove unused env_test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=915eab5e875ef5d899d8680d321c81e3529fda0c;p=mesa.git meson: remove unused env_test No longer used as of last commit :) Signed-off-by: Eric Engestrom Reviewed-by Dylan Baker Reviewed-by: Emil Velikov --- diff --git a/meson.build b/meson.build index f30f18d2d80..13b561f99de 100644 --- a/meson.build +++ b/meson.build @@ -1482,10 +1482,6 @@ endif pkg = import('pkgconfig') prog_nm = find_program('nm', required : false) -env_test = environment() -if prog_nm.found() - env_test.set('NM', prog_nm.path()) -endif # This quirk needs to be applied to sources with functions defined in assembly # as GCC LTO drops them. See: https://bugs.freedesktop.org/show_bug.cgi?id=109391