lib: remove unneeded forward declarations in trace-ir/field-class.h
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 15 Feb 2022 15:47:53 +0000 (10:47 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 16 May 2023 13:50:04 +0000 (09:50 -0400)
commitdbea6be211679c4c88748186f7a8430de377b301
tree2450d6d60e3028961100440989a973704d631ee0
parentbbc5046d02a09977fb1743ad26b7fcedeb888850
lib: remove unneeded forward declarations in trace-ir/field-class.h

`struct bt_field` is not used in this file.  `struct bt_field_class` is
not needed, as the struct is defined right there below.

Change-Id: I4f4da1b32fd80eefecc6205febf51e3e0dd5a365
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7318
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7297
src/lib/trace-ir/field-class.h
This page took 0.025019 seconds and 4 git commands to generate.