lib: remove `BT_ASSERT_PRE_FUNC`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 18 Jul 2019 05:33:32 +0000 (01:33 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 15:53:36 +0000 (11:53 -0400)
commit07f585356018b4ddfbd0e09c49a14e38977c6973
tree989affb275c8249c325a6264e0cecc3d67212386
parent93d7d5d1286485a74cb20faadc9cd3aaa1196e32
lib: remove `BT_ASSERT_PRE_FUNC`

`BT_ASSERT_PRE_FUNC` is defined to nothing, so remove it.

This should have been done in bdb288b3e94e412a33c8647d44f6cfac66ca0665.
`BT_ASSERT_PRE_DEV_FUNC` is defined in non-developer mode to mark the
function as unused.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I382f87693a6079eeb13f537e2669402995c58f41
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1721
src/lib/assert-pre.h
src/lib/graph/graph.c
src/lib/graph/message/event.c
src/lib/trace-ir/event-class.c
src/lib/trace-ir/field-class.c
src/lib/trace-ir/stream-class.c
src/lib/trace-ir/stream.c
src/lib/trace-ir/trace-class.c
src/lib/trace-ir/trace.c
This page took 0.025307 seconds and 4 git commands to generate.