Cleanup: remove bt_clock_snapshot_set_value_inline function
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 18 Dec 2018 17:49:57 +0000 (12:49 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commitb28202d9065c744d977fd277d31e02e946610dbc
tree6fb42cadb9bf624511ed17cdd62e88fba5ef290a
parentedba9d2569b3e7c3929d5db2c136256ee4802730
Cleanup: remove bt_clock_snapshot_set_value_inline function

The `bt_clock_snapshot_set_value_inline` function used to be an
augmented version of the `bt_clock_snapshot_set_raw_value` containing extra
pre-condition checks. Those checks were removed by a previous commit titled:
  "CTF IR -> Trace IR"
so this extra function is not needed anymore.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
include/babeltrace/trace-ir/clock-snapshot-internal.h
include/babeltrace/trace-ir/clock-snapshot-set-internal.h
lib/graph/message/inactivity.c
lib/graph/message/stream.c
lib/trace-ir/event.c
lib/trace-ir/packet.c
This page took 0.034088 seconds and 5 git commands to generate.