Remove unused variable warning
[lttng-ust.git] / liblttng-ust-ctl / ustctl.c
index 5405418ccab632e204d1a2603413fa2a4a903a89..656aeac51e44720f12f2406de382758e9bb8afb0 100644 (file)
@@ -63,8 +63,6 @@ int ustctl_release_handle(int sock, int handle)
  */
 int ustctl_release_object(int sock, struct lttng_ust_object_data *data)
 {
-       struct ustcomm_ust_msg lum;
-       struct ustcomm_ust_reply lur;
        int ret;
 
        if (data->shm_fd >= 0) {
This page took 0.023485 seconds and 4 git commands to generate.