X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Fprivate.h;h=efc3a98d8cf34ff67e2709018bc6681ef006182b;hp=3904442574a34b66d58bac1871e8d860ad18f2aa;hb=b87e14495d5b07e1b247218a72329f10ecb3da7f;hpb=91436a25574597dbd1fd2de5bcd5826a234100d6;ds=sidebyside diff --git a/ccan/tdb2/private.h b/ccan/tdb2/private.h index 39044425..efc3a98d 100644 --- a/ccan/tdb2/private.h +++ b/ccan/tdb2/private.h @@ -331,9 +331,6 @@ struct tdb_context { /* Are we accessing directly? (debugging check). */ int direct_access; - /* Operating read-only? (Opened O_RDONLY, or in traverse_read) */ - bool read_only; - /* Open flags passed to tdb_open. */ int open_flags;