lib: strictly type function return status enumerations
[babeltrace.git] / include / babeltrace2 / graph / component-class-const.h
index ad018311e3af7b3733c0b0492dc800fae7e1ff11..5d9cc7af0ccc07ca3e99244f2ec3414e162de2b4 100644 (file)
 extern "C" {
 #endif
 
-typedef enum bt_component_class_status {
-       BT_COMPONENT_CLASS_STATUS_OK = 0,
-       BT_COMPONENT_CLASS_STATUS_NOMEM = -12,
-} bt_component_class_status;
-
 typedef enum bt_component_class_type {
        BT_COMPONENT_CLASS_TYPE_SOURCE = 0,
        BT_COMPONENT_CLASS_TYPE_FILTER = 1,
This page took 0.023743 seconds and 4 git commands to generate.