Remove unused variable
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 26 Aug 2011 11:15:53 +0000 (07:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 26 Aug 2011 11:15:53 +0000 (07:15 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libust/ltt-events.c

index 39167d4b82ccdcc4f10668d0b8ab2ab09be1f732..0c6ef373079b417bc44a66e10e0f2dd0638706bb 100644 (file)
@@ -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);
This page took 0.027368 seconds and 5 git commands to generate.