removed used local var initialization
[ppastats.git] / src / lp_ws.c
index afd5bc2..ecc95cc 100644 (file)
@@ -114,7 +114,7 @@ static char *get_last_creation_date(struct bpph **list)
 struct bpph **get_bpph_list(const char *archive_url, const char *pkg_status)
 {
        char *url, *key, *tmp;
-       struct bpph **result = NULL;
+       struct bpph **result;
        struct json_object *o, *bpph_json, *o_next;
        char *created_since_date;
        int ok;