Cleanup: unused assignation of ret value
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.c
index f503fd1cbf42a25660a990d869c7adeb467cc823..b0fe8ab74af65ad5565d184cf304cb6da82f4dd1 100644 (file)
@@ -2039,7 +2039,6 @@ int lttng_list_events(struct lttng_handle *handle,
 
                        probe_storage_req = ret;
                        comm_ext_at += ext_comm->userspace_probe_location_len;
-                       ret = 0;
                }
 
                storage_req += sizeof(struct lttng_event_extended);
This page took 0.022909 seconds and 4 git commands to generate.