Skip to content

Commit b03221f

Browse files
Remove unused variable
1 parent 200b314 commit b03221f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/crypto_libtomcrypt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ static const char* sqlcipher_ltc_get_provider_name(void *ctx) {
125125
}
126126

127127
static int sqlcipher_ltc_random(void *ctx, void *buffer, int length) {
128-
int rc;
129128
#ifndef SQLCIPHER_LTC_NO_MUTEX_RAND
130129
sqlite3_mutex_enter(ltc_rand_mutex);
131130
#endif

0 commit comments

Comments
 (0)