From: Mathieu Desnoyers Date: Mon, 21 Sep 2015 20:01:06 +0000 (-0400) Subject: Cleanup: Remove unused values X-Git-Tag: v2.6.4~2 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=2bd73a3d2ed304b036f78822aab112e6ea5bbe2b 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; }