From a5a11240d566ae02795c1c6f23e65af88fb5ca08 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 12 Dec 2011 14:30:59 -0500 Subject: [PATCH] Remove unused variable warning Signed-off-by: Mathieu Desnoyers --- liblttng-ust-ctl/ustctl.c | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.34.1