From cb6d90d7963d8fc650b46355d7e6590d1e0654ad Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 2 Apr 2007 17:16:14 +0000 Subject: [PATCH] r22033: remove useless line metze --- source/tdb/common/transaction.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/tdb/common/transaction.c b/source/tdb/common/transaction.c index 24aa5c32234..eb296206f9f 100644 --- a/source/tdb/common/transaction.c +++ b/source/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; -- 2.47.3