From: Mathieu Desnoyers Date: Mon, 12 Dec 2011 19:30:59 +0000 (-0500) Subject: Remove unused variable warning X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=a5a11240d566ae02795c1c6f23e65af88fb5ca08;p=lttng-ust.git Remove unused variable warning Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust-ctl/ustctl.c b/liblttng-ust-ctl/ustctl.c index 5405418c..656aeac5 100644 --- a/liblttng-ust-ctl/ustctl.c +++ b/liblttng-ust-ctl/ustctl.c @@ -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) {