Remove calibrate from Bash completion script
[lttng-tools.git] / extras / lttng-bash_completion
index 335e9d128454fe3da1b5312624c9d8515b54c0d1..ef1a71ab348fac0ed468721b91dacd870f40131b 100644 (file)
@@ -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)
 
This page took 0.022783 seconds and 4 git commands to generate.