summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-07 10:04:08 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-07 10:04:08 +0200
commit36ecd9d45e2bf204b6b641a3564a52d0df3f49d2 (patch)
treee3bd707f32c962da1557190f9504319c2d33758d /src/common.h
parent2472cd18a1485fe42ac6cfd4cd82fb3114248f00 (diff)
Add runtime-configurable support for CCZ4.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 44b0674..6eb579f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -4,7 +4,6 @@
#define HAVE_OPENCL 0
#define QMS_VERIFY 0
#define QMS_POLAR 0
-#define QMS_CCZ4 0
#define SQR(x) ((x) * (x))
#define SGN(x) ((x) >= 0.0 ? 1.0 : -1.0)