From a72956358a44cc703b4b96a7255454c6f5b09ab8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 24 Aug 2018 14:06:55 -0400 Subject: [PATCH] Clean-up: remove dead code from rotation test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Coverity Scan (1395165 Logically dead code) Signed-off-by: Jérémie Galarneau --- tests/regression/tools/notification/rotation.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/regression/tools/notification/rotation.c b/tests/regression/tools/notification/rotation.c index ed9ae8944..c9f5de497 100644 --- a/tests/regression/tools/notification/rotation.c +++ b/tests/regression/tools/notification/rotation.c @@ -373,9 +373,6 @@ int main(int argc, const char *argv[]) session.output_path = argv[2]; plan_tests(TEST_COUNT); - if (ret) { - goto error; - } notification_channel = lttng_notification_channel_create( lttng_session_daemon_notification_endpoint); -- 2.34.1