X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Flttng.c;h=031b015efba4dd05da900b25a8d0c8ead4dfa7b7;hb=4466912fc280873b6432973b287a48bf9c959b6c;hp=7058dd529d1ecd73e3a191f84e08b0883b54628e;hpb=8db8d1dc9f11aa7995b2f77bb938f2585005413c;p=lttng-tools.git diff --git a/src/bin/lttng/lttng.c b/src/bin/lttng/lttng.c index 7058dd529..031b015ef 100644 --- a/src/bin/lttng/lttng.c +++ b/src/bin/lttng/lttng.c @@ -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;