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)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commitf0ebeace0134a23b7a85baa9da86394e99c33284
tree6fb42cadb9bf624511ed17cdd62e88fba5ef290a
parent1e8d43688c7a4472aca025a209d2108747fc799c
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.024894 seconds and 4 git commands to generate.