mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-22 16:58:14 +00:00
remove unused variable in integrity_check
This commit is contained in:
parent
9d3769e101
commit
7d63c0e686
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user