summaryrefslogtreecommitdiff
path: root/source3/tdb/tdb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-10-15 19:45:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:59 -0500
commit9e4b000b1265c22a975877da6b1945925f680698 (patch)
tree876e82e72aa58d5328009828d4c355254a084f04 /source3/tdb/tdb.h
parent534c4a250435419456f280b90e0d6bda86981a64 (diff)
downloadsamba-9e4b000b1265c22a975877da6b1945925f680698.tar.gz
samba-9e4b000b1265c22a975877da6b1945925f680698.tar.bz2
samba-9e4b000b1265c22a975877da6b1945925f680698.zip
r2999: Remove lockedkeys code. Not used.
Jeremy. (This used to be commit c3e87f9fa53b0be1dea5dad5cddd71d2617c3cf6)
Diffstat (limited to 'source3/tdb/tdb.h')
-rw-r--r--source3/tdb/tdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/tdb/tdb.h b/source3/tdb/tdb.h
index e8a6d201c5..153b6e9923 100644
--- a/source3/tdb/tdb.h
+++ b/source3/tdb/tdb.h
@@ -107,7 +107,6 @@ typedef struct tdb_context {
enum TDB_ERROR ecode; /* error code for last tdb error */
struct tdb_header header; /* a cached copy of the header */
u32 flags; /* the flags passed to tdb_open */
- u32 *lockedkeys; /* array of locked keys: first is #keys */
struct tdb_traverse_lock travlocks; /* current traversal locks */
struct tdb_context *next; /* all tdbs to avoid multiple opens */
dev_t device; /* uniquely identifies this tdb */