Remove unused variable
[lttng-ust.git] / 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.051627 seconds and 4 git commands to generate.