meson: Remove redundant env set operation

This is immediately overriden 4 lines later, and starting with Meso
0.50.1 this will lead to a noisy warning.
This commit is contained in:
Nirbheek Chauhan 2019-04-13 11:34:22 +05:30
parent 36d3891509
commit 8388a031ab

View file

@ -145,7 +145,6 @@ foreach t : base_tests
)
env = environment()
env.set('GST_PLUGIN_PATH_1_0', meson.build_root())
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
env.set('CK_DEFAULT_TIMEOUT', '20')
env.set('GST_STATE_IGNORE_ELEMENTS', '')