From: Yu Watanabe Date: Thu, 31 Dec 2020 19:56:31 +0000 (+0900) Subject: meson.build: drop unused variable X-Git-Tag: v248-rc1~304^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a79e17234d9f91a5e90145892de42b46aac3ad42;p=thirdparty%2Fsystemd.git meson.build: drop unused variable --- diff --git a/test/meson.build b/test/meson.build index 69ee81eb026..4d7b929a809 100644 --- a/test/meson.build +++ b/test/meson.build @@ -64,8 +64,6 @@ test_systemd_tmpfiles_py = find_program('test-systemd-tmpfiles.py') ############################################################ -test_sysusers_dir = join_paths(meson.current_source_dir(), 'test-sysusers') - test_sysusers_sh = configure_file( input : 'test-sysusers.sh.in', output : 'test-sysusers.sh',