From: Mathieu Desnoyers Date: Fri, 26 Aug 2011 11:15:53 +0000 (-0400) Subject: Remove unused variable X-Git-Tag: v1.9.1~241 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=594696b1d28139d4a6ff85389e39970460b9e778;p=lttng-ust.git Remove unused variable Signed-off-by: Mathieu Desnoyers --- diff --git a/libust/ltt-events.c b/libust/ltt-events.c index 39167d4b..0c6ef373 100644 --- a/libust/ltt-events.c +++ b/libust/ltt-events.c @@ -84,7 +84,6 @@ static int add_pending_probe(struct ltt_event *event, const char *name) { struct cds_hlist_head *head; - struct cds_hlist_node *node; struct ust_pending_probe *e; size_t name_len = strlen(name) + 1; u32 hash = jhash(name, name_len - 1, 0);