From 9a85778412fa3e3f8d4561064131ba69f3259b28 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 23 Jun 2018 07:16:27 +0900 Subject: [PATCH] meson: drop unused option Follow-up for add384dd4d2b96db6ace5ad9c52b1dd7553ebec2. --- meson_options.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 16c1f2b2fa..a79fcbcf37 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')