tdb: use tdb_nest_lock() for transaction lock.
[sahlberg/ctdb.git] / lib / tdb / common / tdb_private.h
index 32c05210ba2a037db9c98d460469cb40cb7fdbd6..2e3c30f0edac25609183a8469117f1a8e219736a 100644 (file)
@@ -209,7 +209,6 @@ struct tdb_context {
        struct tdb_transaction *transaction;
        int page_size;
        int max_dead_records;
-       int transaction_lock_count;
 #ifdef TDB_TRACE
        int tracefd;
 #endif