Remove unused variable warning
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 12 Dec 2011 19:30:59 +0000 (14:30 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 12 Dec 2011 19:30:59 +0000 (14:30 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.027998 seconds and 4 git commands to generate.