Remove unused label
[lttng-ust.git] / libringbuffer / shm.c
index 1656adbdbd37aa1499179971ac63c20345532f56..fda4a319c52982436a92ce5bb600d12c5b1097a7 100644 (file)
@@ -106,7 +106,6 @@ struct shm_object *shm_object_table_append(struct shm_object_table *table,
 
 error_mmap:
 error_ftruncate:
-error_unlink:
        ret = close(shmfd);
        if (ret) {
                PERROR("close");
This page took 0.025171 seconds and 4 git commands to generate.