[HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 19 Aug 2009 20:45:41 +0000 (16:45 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:46 +0000 (14:40 -0500)
commit388ad037ff399c23c5e24bbcede27e0e35bed07e
tree5be4fae9d8066733e8072a529ee3a99e9d89b845
parent977eeb714454630bd045bb11f58ff6397f10b143
[HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE

Unlike the rest of the memory-mode enum, this one didn't only
describe the access mode of the input memory region.  Remove it.

If someone wants to inhibit duplicating, they can lock the blob
and throw away the key.

Based on mailing list discussion with Carl Worth.
src/hb-blob.c
src/hb-blob.h