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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Sep 2019 15:58:22 +0000 (11:58 -0400)
commite6b3a39deb221f3732782fe41c25a0ceb71e0efa
treebbc8b3b95fb975462765d44cbec8b1aacc72f42c
parentbe861ace503e53256f28f70ae58a211ae72a4b5d
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.027424 seconds and 4 git commands to generate.