From d9741cde33108c91613dca8c7aa346af12524b12 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 2 Apr 2007 17:16:14 +0000 Subject: r22033: remove useless line metze (This used to be commit cb6d90d7963d8fc650b46355d7e6590d1e0654ad) --- source3/tdb/common/transaction.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/tdb') 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; -- cgit