src.ctf.lttng-live: remove unused variable in live_get_msg_ts_ns
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 26 May 2022 15:30:10 +0000 (11:30 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 15 Jun 2022 18:13:05 +0000 (14:13 -0400)
commitfece76caa87df3cdd532fa46668ab6f127971b02
treea81d6b3f88207e85066dbec8a5ed0ca69d7bf237
parent2bebdd7fc2b96d158c6e13663319e2700e80293d
src.ctf.lttng-live: remove unused variable in live_get_msg_ts_ns

clock_class is assigned, but never used outside of assertions, remove
it (I don't think the assertions are particularly important here).

Change-Id: I8b7e23bb14d51837d6120567cb303a0436c8648a
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8129
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/ctf/lttng-live/lttng-live.cpp
This page took 0.025585 seconds and 4 git commands to generate.