summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2017-03-31 14:55:50 +0100
committerRobin Watts <robin.watts@artifex.com>2017-03-31 14:57:40 +0100
commitae9808e0326ed2078c333b1f95fb5c189a1f9539 (patch)
tree8ca5409c4485469d4d3c5d9ca6cb40f3fe8500de /include
parent44458cd6fac79b8fe9271a3e55d64a3ace32d77a (diff)
downloadmupdf-ae9808e0326ed2078c333b1f95fb5c189a1f9539.tar.xz
Remove Reap lock.
I can see no reason for having the reap lock now. We always hold the ALLOC lock when we need it, so just live with that.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/context.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mupdf/fitz/context.h b/include/mupdf/fitz/context.h
index 30333a91..35f4f74f 100644
--- a/include/mupdf/fitz/context.h
+++ b/include/mupdf/fitz/context.h
@@ -387,8 +387,7 @@ struct fz_locks_context_s
};
enum {
- FZ_LOCK_REAP = 0,
- FZ_LOCK_ALLOC,
+ FZ_LOCK_ALLOC = 0,
FZ_LOCK_FREETYPE,
FZ_LOCK_GLYPHCACHE,
FZ_LOCK_MAX