lib: remove unused internal component destroy functions
[babeltrace.git] / src / lib / graph / component.h
index a562d3d5fbea6189894185e8e65b29b4cf459053..93546445d0dbdd45e9cd6a127cb8df90957d0801 100644 (file)
@@ -38,12 +38,6 @@ struct bt_component {
        GString *name;
        bt_logging_level log_level;
 
-       /*
-        * Internal destroy function specific to a source, filter, or
-        * sink component object.
-        */
-       void (*destroy)(struct bt_component *);
-
        /* User-defined data */
        void *user_data;
 
This page took 0.024413 seconds and 4 git commands to generate.