diff options
Diffstat (limited to 'source3/tdb')
-rw-r--r-- | source3/tdb/common/transaction.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/tdb/common/transaction.c b/source3/tdb/common/transaction.c index 24aa5c3223..eb296206f9 100644 --- a/source3/tdb/common/transaction.c +++ b/source3/tdb/common/transaction.c @@ -88,9 +88,6 @@ */ -int transaction_brlock(struct tdb_context *tdb, tdb_off_t offset, - int rw_type, int lck_type, int probe, size_t len); - struct tdb_transaction_el { struct tdb_transaction_el *next, *prev; tdb_off_t offset; |