From: Francis Deslauriers Date: Wed, 21 Nov 2018 00:16:18 +0000 (-0500) Subject: Cleanup: remove unused label X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=af3bf6a08c0496198969d7d53dddcb06a22f83a1 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; }