summaryrefslogtreecommitdiff
path: root/fitz/base_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/base_memory.c')
-rw-r--r--fitz/base_memory.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/fitz/base_memory.c b/fitz/base_memory.c
index f124f8cc..cd6de8cb 100644
--- a/fitz/base_memory.c
+++ b/fitz/base_memory.c
@@ -20,14 +20,6 @@ static void stdfree(fz_memorycontext *mem, void *p)
static fz_memorycontext defmem = { stdmalloc, stdrealloc, stdfree };
static fz_memorycontext *curmem = &defmem;
-fz_error fz_koutofmem = {
- {"out of memory"},
- {"<internal>"},
- {"<internal>"},
- 0,
- nil
-};
-
fz_memorycontext *
fz_currentmemorycontext()
{