lib: remove unused internal component destroy functions
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 2 Nov 2023 19:33:18 +0000 (19:33 +0000)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 3 Nov 2023 18:56:03 +0000 (14:56 -0400)
commit4e5771a6f6bfe3c97111f8c9d0518a0875b6152b
tree66c629df89d6b3048be941653cb0dfc1f8a9a81c
parent31cc85a3b6a4d146ebc483a1a38e46236aab4cca
lib: remove unused internal component destroy functions

These destroy functions are empty, remove them.  They can always be
added back later if needed, but I don't see the value in keeping then
"just in case".

Change-Id: I5845d2834294583367c85a840b016a536bf0b120
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11205
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
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
src/lib/graph/component.h
This page took 0.024715 seconds and 4 git commands to generate.