Change not implemented error to undefined.
[lttng-tools.git] / src / bin / lttng / command.h
index 9caa7b4034333fc6fd70e41fe17fbfa071e594cf..09ce7c0ebbc5c034f5290f97040dc7a220f04319 100644 (file)
@@ -20,7 +20,6 @@
 #define _LTTNG_CMD_H
 
 #include <lttng/lttng.h>
-#include <common/lttngerr.h>
 #include <common/common.h>
 #include <common/defaults.h>
 
@@ -31,7 +30,6 @@ enum cmd_error_code {
        CMD_SUCCESS,
        CMD_ERROR,
        CMD_UNDEFINED,
-       CMD_NOT_IMPLEMENTED,
        CMD_FATAL,
 };
 
This page took 0.023693 seconds and 4 git commands to generate.