Commit b34e3cf7 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2996], remove unused variables

git-svn-id: file:///svn/toku/tokudb@25522 c7de825b-a66e-492c-adef-691d508d4ae1
parent a782de4d
......@@ -135,9 +135,6 @@ static void verify_shared_ops_fail(DB_ENV* env, DB* db) {
static void verify_excl_ops_fail(DB_ENV* env, DB* db) {
DB_TXN* txn = NULL;
int r;
DB_LOADER* loader = NULL;
uint32_t put_flags = 0;
uint32_t dbt_flags = 0;
r = env->txn_begin(env, NULL, &txn, 0); CKERR(r);
r = db->pre_acquire_fileops_lock(db, txn);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment