Cleanup: src.ctf.lttng-live: Dead assignment
[babeltrace.git] / src / plugins / ctf / lttng-live / metadata.c
index 0061565ee219c3e20851d84f00810f61a506fccd..87458ca6bc46242816694601381c22108a09ef63 100644 (file)
@@ -197,7 +197,7 @@ enum lttng_live_iterator_status lttng_live_metadata_update(
        if (bt_close_memstream(&metadata_buf, &size, fp)) {
                BT_COMP_LOGE("bt_close_memstream: %s", strerror(errno));
        }
-       ret = 0;
+
        fp = NULL;
 
        if (len_read == 0) {
This page took 0.02375 seconds and 4 git commands to generate.