Remove unused variables
[onak.git] / keydb_pg.c
index 6b5d32055f82f426484164c86ce1fab846542062..e71ddee3b71777324d6b0b62a82bc3794403b320 100644 (file)
@@ -593,7 +593,6 @@ static int pg_iterate_keys(void (*iterfunc)(void *ctx,
        struct openpgp_publickey *key = NULL;
        PGresult *result = NULL;
        char *oids = NULL;
-       char statement[1024];
        int fd = -1;
        int i = 0;
        int numkeys = 0;