Remove component's initialization state flag
[babeltrace.git] / include / babeltrace / graph / component-internal.h
index 29ff325b33d75b68185b46f3e160e38dec191052..d9fae8f0bd4874614e8034903817a5485f5f7155 100644 (file)
@@ -58,12 +58,6 @@ struct bt_component {
        /* User-defined data */
        void *user_data;
 
-       /*
-        * Used to protect operations which may only be used during
-        * a component's initialization.
-        */
-       bt_bool initializing;
-
        /* Input and output ports (weak references) */
        GPtrArray *input_ports;
        GPtrArray *output_ports;
This page took 0.022416 seconds and 4 git commands to generate.