Change not implemented error to undefined.
[lttng-tools.git] / src / bin / lttng / lttng.c
index 7058dd529d1ecd73e3a191f84e08b0883b54628e..031b015efba4dd05da900b25a8d0c8ead4dfa7b7 100644 (file)
@@ -263,9 +263,6 @@ static int handle_command(int argc, char **argv)
                        case CMD_ERROR:
                                ERR("Command error");
                                break;
-                       case CMD_NOT_IMPLEMENTED:
-                               ERR("Options not implemented");
-                               break;
                        case CMD_UNDEFINED:
                                ERR("Undefined command");
                                break;
This page took 0.024037 seconds and 5 git commands to generate.