From fbc4f99080a2dc25d7b7ed950a7c5e553a9191fc Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sun, 8 Dec 2013 22:39:18 +0100 Subject: [PATCH] crush: remove scary message string The string is no longer used and can be removed. Signed-off-by: Loic Dachary --- src/tools/crushtool.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tools/crushtool.cc b/src/tools/crushtool.cc index 7ae9bae6618c8..14ac9c89a7e61 100644 --- a/src/tools/crushtool.cc +++ b/src/tools/crushtool.cc @@ -664,9 +664,6 @@ int main(int argc, const char **argv) modified = true; } - const char *scary_tunables_message = - "** tunables are DANGEROUS and NOT YET RECOMMENDED. DO NOT USE without\n" - "** confirming with developers that your use-case is safe and correct."; if (choose_local_tries >= 0) { crush.set_choose_local_tries(choose_local_tries); modified = true; -- 2.39.5