Fix: trace-chunk: useless assignment to 'ret'
[lttng-tools.git] / src / common / trace-chunk.c
index ea952220b880ad4a12e106a13c90973cfdda1d19..7b60d9197b46851441e20ef9a05fa88ce7b69ff4 100644 (file)
@@ -905,7 +905,6 @@ enum lttng_trace_chunk_status lttng_trace_chunk_rename_path_no_lock(
                if (status != LTTNG_TRACE_CHUNK_STATUS_OK) {
                        ERR("Error removing subdirectory '%s' file when deleting chunk",
                                old_path);
-                       ret = -1;
                        goto end;
                }
        } else {
This page took 0.024025 seconds and 4 git commands to generate.