lib: remove unused parameters in internal component creation functions
[babeltrace.git] / src / lib / graph / component-sink.c
index 4f087ddaa727956d40419c3babe8c20adfe5f931..adbc26997e46e9b2208cc67d893a6d981325408f 100644 (file)
@@ -26,8 +26,7 @@ void bt_component_sink_destroy(
 {
 }
 
-struct bt_component *bt_component_sink_create(
-               const struct bt_component_class *class __attribute__((unused)))
+struct bt_component *bt_component_sink_create(void)
 {
        struct bt_component_sink *sink = NULL;
 
This page took 0.023851 seconds and 4 git commands to generate.