From: Mathieu Desnoyers Date: Mon, 21 Sep 2015 20:01:06 +0000 (-0400) Subject: Cleanup: Remove unused values X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ust.git;a=commitdiff_plain;h=2deddc6f7fde7bc9d1f6abc77217649e22a0c78c 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; }