X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fcommon.h;h=3d5c0b5e29a1c5b2b95465be419a0375e7e31697;hb=a635e50750a3c1e8907b38c8311dc0b8bb0f09c3;hp=8429145c5134c4ce5033a360934bda9ff654c220;hpb=aede8fc9160e48cc3bc6803c8c337e1a5b6a364c;p=babeltrace.git diff --git a/src/common/common.h b/src/common/common.h index 8429145c..3d5c0b5e 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -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: