From: Yu Watanabe Date: Fri, 22 Jun 2018 22:16:27 +0000 (+0900) Subject: meson: drop unused option X-Git-Tag: v240~1062 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a85778412fa3e3f8d4561064131ba69f3259b28;p=thirdparty%2Fsystemd.git meson: drop unused option Follow-up for add384dd4d2b96db6ace5ad9c52b1dd7553ebec2. --- diff --git a/meson_options.txt b/meson_options.txt index 16c1f2b2fa2..a79fcbcf378 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -33,7 +33,6 @@ option('halt-local', type : 'string', option('quotaon-path', type : 'string', description : 'path to quotaon') option('quotacheck-path', type : 'string', description : 'path to quotacheck') -option('kill-path', type : 'string', description : 'path to kill') option('kmod-path', type : 'string', description : 'path to kmod') option('kexec-path', type : 'string', description : 'path to kexec') option('sulogin-path', type : 'string', description : 'path to sulogin')