X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2F_infotojson%2Finfotojson.c;fp=tools%2F_infotojson%2Finfotojson.c;h=e169fe17c953051c863650310d6c657067a0dfc2;hp=611e0b392acef41b683f75d829a23ccd1b79a374;hb=e927b4bd14d50c6f3bb3ba5e658a80f9ee4ee27a;hpb=9012570621c210f0fb41d60446e39d7ef5788f54 diff --git a/tools/_infotojson/infotojson.c b/tools/_infotojson/infotojson.c index 611e0b39..e169fe17 100644 --- a/tools/_infotojson/infotojson.c +++ b/tools/_infotojson/infotojson.c @@ -112,7 +112,6 @@ int storejsontodb(struct json *jsonobj, char *db) { char *cmd, *query; sqlite3 *handle; - char *errstr; struct db_query *q; handle = db_open(db);