lib: remove unused parameters in internal component creation functions
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 2 Nov 2023 16:06:46 +0000 (12:06 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 Nov 2023 18:30:26 +0000 (14:30 -0400)
commitc85155116e7fa4e72e69150ce666acf78f4147a1
treeb7fefeb2ccde475139421a9b8598375c560492b7
parent6244258c549b206646f2d351281643527c92bc65
lib: remove unused parameters in internal component creation functions

I noticed that these 3 functions didn't use the `class` parameter,
remove it.

Change-Id: I34b798dfbd8b1e54e7ddf633b61d6d205c0132cb
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10408
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/lib/graph/component-filter.c
src/lib/graph/component-filter.h
src/lib/graph/component-sink.c
src/lib/graph/component-sink.h
src/lib/graph/component-source.c
src/lib/graph/component-source.h
src/lib/graph/component.c
This page took 0.02522 seconds and 4 git commands to generate.