lib: remove unused internal component destroy functions
[babeltrace.git] / src / lib / graph / component-sink.c
index adbc26997e46e9b2208cc67d893a6d981325408f..af55ce4290062245211fe15426594dffbee10b83 100644 (file)
 #include "graph.h"
 #include "lib/func-status.h"
 
-void bt_component_sink_destroy(
-               struct bt_component *component __attribute__((unused)))
-{
-}
-
 struct bt_component *bt_component_sink_create(void)
 {
        struct bt_component_sink *sink = NULL;
This page took 0.024657 seconds and 4 git commands to generate.