summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/pdf/pdf-object.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/pdf/pdf-object.c b/source/pdf/pdf-object.c
index 344d5087..a77f5a62 100644
--- a/source/pdf/pdf-object.c
+++ b/source/pdf/pdf-object.c
@@ -850,8 +850,6 @@ pdf_copy_dict(pdf_obj *obj)
int i, n;
pdf_document *doc;
- if (!obj)
- return NULL; /* Can't warn :( */
RESOLVE(obj);
if (!obj)
return NULL; /* Can't warn :( */