Remove enable/disable consumer obsolete command
[lttng-tools.git] / src / bin / lttng / lttng.c
index a676be825684d5bd70d34753feb72343ef639322..e4a8fd23ca2cfd92639734b0d74ff7b7c819253d 100644 (file)
@@ -83,8 +83,6 @@ static struct cmd_struct commands[] =  {
        { "snapshot", cmd_snapshot},
        { "save", cmd_save},
        { "load", cmd_load},
-       { "enable-consumer", cmd_enable_consumer}, /* OBSOLETE */
-       { "disable-consumer", cmd_disable_consumer}, /* OBSOLETE */
        { NULL, NULL}   /* Array closure */
 };
 
This page took 0.025562 seconds and 4 git commands to generate.