From: Jean-Philippe Orsini Date: Sat, 30 Jun 2012 14:07:01 +0000 (+0000) Subject: removed used local var initialization X-Git-Tag: v1.3.0~69 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=commitdiff_plain;h=23b63657e6e51b811ff70824a69c594039cfbf66 removed used local var initialization --- diff --git a/src/lp_ws.c b/src/lp_ws.c index afd5bc2..ecc95cc 100644 --- a/src/lp_ws.c +++ b/src/lp_ws.c @@ -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;