diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/fitz/system.h | 5 |
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 |