Merge branch 'collectd-5.5'
[collectd.git] / src / curl_json.c
index 937a237..c14e0f8 100644 (file)
@@ -552,7 +552,6 @@ static int cj_config_add_key (cj_t *db, /* {{{ */
       db->tree = cj_avl_create();
 
     tree = db->tree;
-    name = key->path;
     ptr = key->path;
     if (*ptr == '/')
       ++ptr;