X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fcomponent.h;h=93546445d0dbdd45e9cd6a127cb8df90957d0801;hb=4e5771a6f6bfe3c97111f8c9d0518a0875b6152b;hp=a562d3d5fbea6189894185e8e65b29b4cf459053;hpb=31cc85a3b6a4d146ebc483a1a38e46236aab4cca;p=babeltrace.git diff --git a/src/lib/graph/component.h b/src/lib/graph/component.h index a562d3d5..93546445 100644 --- a/src/lib/graph/component.h +++ b/src/lib/graph/component.h @@ -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;