Commit 897e4cd7 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5368 also doing mark unused in a better way for clang for db-benchmark-test


git-svn-id: file:///svn/toku/tokudb@48193 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6216a1f5
...@@ -124,7 +124,7 @@ static void do_prelock(DB* db, DB_TXN* txn) { ...@@ -124,7 +124,7 @@ static void do_prelock(DB* db, DB_TXN* txn) {
int r = db->pre_acquire_table_lock(db, txn); int r = db->pre_acquire_table_lock(db, txn);
assert(r==0); assert(r==0);
#else #else
db = db; txn = txn; (void) db; (void) txn;
#endif #endif
} }
} }
......
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