From: Mathieu Desnoyers Date: Mon, 21 Sep 2015 20:01:06 +0000 (-0400) Subject: Cleanup: Remove unused values X-Git-Tag: v2.7.0~2 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=36e9db06696c38d75f1fd24f03772fc7309b667e Cleanup: Remove unused values Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust/lttng-ust-abi.c b/liblttng-ust/lttng-ust-abi.c index c06f69dc..c5cc42b7 100644 --- a/liblttng-ust/lttng-ust-abi.c +++ b/liblttng-ust/lttng-ust-abi.c @@ -467,8 +467,6 @@ int lttng_abi_map_channel(int session_objd, chan_name = "channel"; break; default: - transport_name = ""; - chan_name = ""; ret = -EINVAL; goto notransport; }