From: Loic Dachary Date: Sun, 8 Dec 2013 21:39:18 +0000 (+0100) Subject: crush: remove scary message string X-Git-Tag: v0.74~12^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fbc4f99080a2dc25d7b7ed950a7c5e553a9191fc;p=ceph.git crush: remove scary message string The string is no longer used and can be removed. Signed-off-by: Loic Dachary --- diff --git a/src/tools/crushtool.cc b/src/tools/crushtool.cc index 7ae9bae6618c..14ac9c89a7e6 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;