summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-02-15 16:29:50 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-02-15 16:33:10 +0100
commit344200647a66310038be19125483b1d62483845d (patch)
tree16f51067e4245b8f10ea6a20f2f6a9b9f2a94ce4 /include
parent5dcb64bc4074e583a3fd2155c17a270feccac39f (diff)
downloadmupdf-344200647a66310038be19125483b1d62483845d.tar.xz
Drop UNUSED macro -- it dirties the namespace and is not needed.
We compile with -Wno-unused-parameters instead.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/mupdf/fitz/system.h b/include/mupdf/fitz/system.h
index abc3b9b7..6865c031 100644
--- a/include/mupdf/fitz/system.h
+++ b/include/mupdf/fitz/system.h
@@ -249,11 +249,6 @@ typedef int fz_off_t;
#endif
#endif
-/*
- Shut the compiler up about unused variables
-*/
-#define UNUSED(x) do { x = x; } while (0)
-
/* ARM assembly specific defines */
#ifdef ARCH_ARM