X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2Fltt-events.c;h=0c6ef373079b417bc44a66e10e0f2dd0638706bb;hb=594696b1d28139d4a6ff85389e39970460b9e778;hp=39167d4b82ccdcc4f10668d0b8ab2ab09be1f732;hpb=d0a1ae63964b09bb0be1e2e1f3b85095610bc991;p=lttng-ust.git 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);