summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-09-06 11:57:50 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-09-12 15:08:53 +0200
commitd9e5ef7fb43ac6415ee947f373df77138c78b177 (patch)
tree037d55f87e005ba0b901a29fb28d94cd181b5031
parentf5a5c76cb9e36e302eb6d357a4411352e28d2c32 (diff)
downloadmupdf-d9e5ef7fb43ac6415ee947f373df77138c78b177.tar.xz
Remove redundant #define that is only used at the same place it's set.
-rw-r--r--include/mupdf/fitz/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mupdf/fitz/system.h b/include/mupdf/fitz/system.h
index 43776ce9..255c61bb 100644
--- a/include/mupdf/fitz/system.h
+++ b/include/mupdf/fitz/system.h
@@ -333,10 +333,6 @@ extern void __gnu_mcount_nc(void);
#endif
#ifdef CLUSTER
-#define LOCAL_TRIG_FNS
-#endif
-
-#ifdef LOCAL_TRIG_FNS
/*
* Trig functions
*/