Remove unused variable

This commit is contained in:
Nick Parker 2013-12-03 13:37:56 -06:00
parent 200b3146a3
commit b03221fc90
1 changed files with 0 additions and 1 deletions

View File

@ -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