diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-02 17:16:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:04 -0500 |
commit | d9741cde33108c91613dca8c7aa346af12524b12 (patch) | |
tree | 658341b2945858e4329d709a6a99e3ee4f436e1d | |
parent | ec497bf02c59e3a8c5c72f4addac1095e99c43c6 (diff) | |
download | samba-d9741cde33108c91613dca8c7aa346af12524b12.tar.gz samba-d9741cde33108c91613dca8c7aa346af12524b12.tar.bz2 samba-d9741cde33108c91613dca8c7aa346af12524b12.zip |
r22033: remove useless line
metze
(This used to be commit cb6d90d7963d8fc650b46355d7e6590d1e0654ad)
-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; |