X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-internal.h;h=d9fae8f0bd4874614e8034903817a5485f5f7155;hb=a30f57f50a8b40992333eca763623d3a5c8bb199;hp=29ff325b33d75b68185b46f3e160e38dec191052;hpb=ab0d387b552819367102a7a5f7340aa4e7530a4f;p=babeltrace.git diff --git a/include/babeltrace/graph/component-internal.h b/include/babeltrace/graph/component-internal.h index 29ff325b..d9fae8f0 100644 --- a/include/babeltrace/graph/component-internal.h +++ b/include/babeltrace/graph/component-internal.h @@ -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;