cli: remove unused path variable in set_stream_intersections
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 28 Aug 2019 20:41:54 +0000 (16:41 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 29 Aug 2019 14:37:03 +0000 (10:37 -0400)
commitb6bbfe5adfb39444433b2628b9264a69487e8660
treef2a71d8dad1142b18f49ca184a6deedeb8f0a10f
parent0dc26f89f0f58751b3f5ad88bf376d8f2c1d958f
cli: remove unused path variable in set_stream_intersections

The `path` variable is used in the error message, but never set, so it
will always appear as "(unknown)".

In the future, it would be nice if the error message gave more info to
the user.  But right now, it is pointless to keep `path` there, so
remove it.

Change-Id: If55d8246dde8cffe1b584477643f105acaaa4792
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1992
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
src/cli/babeltrace2.c
This page took 0.024337 seconds and 4 git commands to generate.