Cleanup: remove dead assignment
[lttng-tools.git] / src / common / index / index.c
index ee73a0324c75467a7cd6706a6f9efa8b13b2659f..12d54e00639e353405ca9e23cd0b1f8ae5014dce 100644 (file)
@@ -96,7 +96,6 @@ struct lttng_index_file *lttng_index_file_create(char *path_name,
        size_ret = lttng_write(fd, &hdr, sizeof(hdr));
        if (size_ret < sizeof(hdr)) {
                PERROR("write index header");
-               ret = -1;
                goto error;
        }
        index_file->fd = fd;
This page took 0.023227 seconds and 4 git commands to generate.