X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fcomponent-filter.c;fp=src%2Flib%2Fgraph%2Fcomponent-filter.c;h=fe6b6898f166d1594fadaeafb1042aceaf19de3d;hb=4e5771a6f6bfe3c97111f8c9d0518a0875b6152b;hp=507ef2b5f234b426385d0d7283ed4213ba26cc92;hpb=31cc85a3b6a4d146ebc483a1a38e46236aab4cca;p=babeltrace.git diff --git a/src/lib/graph/component-filter.c b/src/lib/graph/component-filter.c index 507ef2b5..fe6b6898 100644 --- a/src/lib/graph/component-filter.c +++ b/src/lib/graph/component-filter.c @@ -21,11 +21,6 @@ #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;