lib: remove unused internal component destroy functions
[babeltrace.git] / src / lib / graph / component-filter.c
index 507ef2b5f234b426385d0d7283ed4213ba26cc92..fe6b6898f166d1594fadaeafb1042aceaf19de3d 100644 (file)
 #include "component-class.h"
 #include "lib/func-status.h"
 
-void bt_component_filter_destroy(
-               struct bt_component *component __attribute__((unused)))
-{
-}
-
 struct bt_component *bt_component_filter_create(void)
 {
        struct bt_component_filter *filter = NULL;
This page took 0.023846 seconds and 4 git commands to generate.