]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb/tdb_private.h
tdb: avoid checkfn on dead records, reorganize and comment code.
[ccan] / ccan / tdb / tdb_private.h
index ef85385c81ae8836b1ab94b4949e7db562959be9..6da29fa60a66351e41bccd67ae20de4c54e36ea5 100644 (file)
@@ -231,7 +231,6 @@ struct tdb_context {
        int transaction_lock_count;
 #ifdef TDB_TRACE
        int tracefd;
-       uint32_t transaction_prepare_seqnum;
 #endif
        volatile sig_atomic_t *interrupt_sig_ptr;
 };