Module: Mesa Branch: master Commit: 915eab5e875ef5d899d8680d321c81e3529fda0c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=915eab5e875ef5d899d8680d321c81e3529fda0c
Author: Eric Engestrom <[email protected]> Date: Thu Oct 11 18:36:36 2018 +0100 meson: remove unused env_test No longer used as of last commit :) Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by Dylan Baker <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- meson.build | 4 ---- 1 file changed, 4 deletions(-) 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
