From: Francis Deslauriers Date: Wed, 21 Nov 2018 00:16:18 +0000 (-0500) Subject: Cleanup: remove unused label X-Git-Tag: v2.11.0-rc2~107 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=a1155a81fb96a4156b144b5a34ac9edabd9f61b0;p=lttng-tools.git Cleanup: remove unused label Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau --- diff --git a/tests/regression/tools/notification/rotation.c b/tests/regression/tools/notification/rotation.c index fb516f31f..5554f631a 100644 --- a/tests/regression/tools/notification/rotation.c +++ b/tests/regression/tools/notification/rotation.c @@ -79,7 +79,6 @@ int test_condition(struct lttng_condition *condition, const char *type_name) ok(out_session_name && !strcmp(session_name, out_session_name), "Session name returned by %s condition matches the expected name", type_name); -end: return ret; }