]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r22033: remove useless line
authorStefan Metzmacher <metze@samba.org>
Mon, 2 Apr 2007 17:16:14 +0000 (17:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:04 +0000 (12:19 -0500)
metze

source/tdb/common/transaction.c

index 24aa5c3223430d85a4fe5fc8a6f7e09e4ca8830c..eb296206f9f4be905a6f33bd54172c80b6a2d5af 100644 (file)
@@ -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;