Fix: goto end after end label
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.c
index e6b9b6a1e72790702a7d96e1412dd3bcadc43662..d39aad80b413e888a9d6859a5be17473e7b11e0f 100644 (file)
@@ -732,11 +732,6 @@ int handle_notification_channel(int fd, uint32_t revents,
 
 end:
        lttng_notification_destroy(notification);
-       if (ret != 0) {
-               goto end;
-       }
-
-
        return ret;
 }
 
This page took 0.025394 seconds and 5 git commands to generate.