Remove unused variable
This commit is contained in:
parent
200b3146a3
commit
b03221fc90
|
@ -125,7 +125,6 @@ static const char* sqlcipher_ltc_get_provider_name(void *ctx) {
|
|||
}
|
||||
|
||||
static int sqlcipher_ltc_random(void *ctx, void *buffer, int length) {
|
||||
int rc;
|
||||
#ifndef SQLCIPHER_LTC_NO_MUTEX_RAND
|
||||
sqlite3_mutex_enter(ltc_rand_mutex);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue