remove unused variable in integrity_check

This commit is contained in:
Stephen Lombardo 2019-10-14 13:12:30 -04:00
parent 9d3769e101
commit 7d63c0e686
1 changed files with 1 additions and 1 deletions

View File

@ -1265,7 +1265,7 @@ cleanup:
int sqlcipher_codec_ctx_integrity_check(codec_ctx *ctx, Parse *pParse, char *column) {
Pgno page = 1;
int i, rc = 0;
int rc = 0;
char *result;
unsigned char *hmac_out = NULL;
sqlite3_file *fd = sqlite3PagerFile(ctx->pBt->pBt->pPager);