|
|
Author: metze
Date: 2007-04-02 17:16:14 +0000 (Mon, 02 Apr 2007)
New Revision: 22033
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22033
Log:
remove useless line
metze
Modified:
branches/SAMBA_3_0/source/tdb/common/transaction.c
Changeset:
Modified: branches/SAMBA_3_0/source/tdb/common/transaction.c
===================================================================
--- branches/SAMBA_3_0/source/tdb/common/transaction.c 2007-04-02 17:14:43 UTC
(rev 22032)
+++ branches/SAMBA_3_0/source/tdb/common/transaction.c 2007-04-02 17:16:14 UTC
(rev 22033)
@@ -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;
|
|