From 328ceadf4506bdc97d51c9bad8c87186e63299b1 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 14 Jun 2016 18:44:45 -0400 Subject: [PATCH] Remove calibrate from Bash completion script MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- extras/lttng-bash_completion | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/extras/lttng-bash_completion b/extras/lttng-bash_completion index 335e9d128..ef1a71ab3 100644 --- a/extras/lttng-bash_completion +++ b/extras/lttng-bash_completion @@ -84,17 +84,6 @@ _lttng_cmd_addcontext() { esac } -_lttng_cmd_calibrate() { - options=$(lttng calibrate --list-options) - - case $cur in - -*) - _lttng_complete_options - return - ;; - esac -} - _lttng_cmd_create() { options=$(lttng create --list-options) -- 2.34.1