Clean-up: Remove statement which has no side-effect
[lttng-tools.git] / src / bin / lttng-sessiond / save.c
index 0a1393a4bd90267bb9d5d041af3f6b40e007595b..c76abbac633c0688565d0008c3bf68b823b25b3b 100644 (file)
@@ -1409,9 +1409,6 @@ int save_domains(struct config_writer *writer, struct ltt_session *session)
                }
        }
 
-       if (session->ust_session) {
-       }
-
        /* /domains */
        ret = config_writer_close_element(writer);
        if (ret) {
This page took 0.022503 seconds and 4 git commands to generate.