lib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFLOW_ERROR`
[babeltrace.git] / src / common / common.h
index 8429145c5134c4ce5033a360934bda9ff654c220..8c74579b525ff1c38c751a3241d6c8e99dcbc4e5 100644 (file)
@@ -601,10 +601,8 @@ static inline
 const char *bt_common_func_status_string(int status)
 {
        switch (status) {
-       case __BT_FUNC_STATUS_OVERFLOW:
+       case __BT_FUNC_STATUS_OVERFLOW_ERROR:
                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.022992 seconds and 4 git commands to generate.