Skip to content

Commit 7d63c0e

Browse files
committed
remove unused variable in integrity_check
1 parent 9d3769e commit 7d63c0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/crypto_impl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ static int sqlcipher_check_connection(const char *filename, char *key, int key_s
12651265

12661266
int sqlcipher_codec_ctx_integrity_check(codec_ctx *ctx, Parse *pParse, char *column) {
12671267
Pgno page = 1;
1268-
int i, rc = 0;
1268+
int rc = 0;
12691269
char *result;
12701270
unsigned char *hmac_out = NULL;
12711271
sqlite3_file *fd = sqlite3PagerFile(ctx->pBt->pBt->pPager);

0 commit comments

Comments
 (0)