lib: remove INVALID_PARAMS status
[babeltrace.git] / src / common / common.h
index 8429145c5134c4ce5033a360934bda9ff654c220..3d5c0b5e29a1c5b2b95465be419a0375e7e31697 100644 (file)
@@ -603,8 +603,6 @@ const char *bt_common_func_status_string(int status)
        switch (status) {
        case __BT_FUNC_STATUS_OVERFLOW:
                return "OVERFLOW";
-       case __BT_FUNC_STATUS_INVALID_PARAMS:
-               return "INVALID_PARAMS";
        case __BT_FUNC_STATUS_INVALID_OBJECT:
                return "INVALID_OBJECT";
        case __BT_FUNC_STATUS_MEMORY_ERROR:
This page took 0.023927 seconds and 4 git commands to generate.