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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:37 +0000 (18:19 -0400)
commit0dcc515fc0ffdb49e059a6f61cd70e31c71e22a7
tree337a1a1421873ac58ef9b2f30b17a9f6ee1a8de9
parent1abcbdc0f72c6a9b4a467d1c71689fc6cd4a9654
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.026047 seconds and 4 git commands to generate.