meson: remove unused env_test

No longer used as of last commit :)

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Eric Engestrom 2018-10-11 18:36:36 +01:00 committed by Eric Engestrom
parent 6f305d0c61
commit 915eab5e87

View File

@ -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