summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Compile/Compute
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Compile/Compute')
-rw-r--r--src/compiler/GF/Compile/Compute/Concrete.hs8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/compiler/GF/Compile/Compute/Concrete.hs b/src/compiler/GF/Compile/Compute/Concrete.hs
index 58e52613e..f5a940022 100644
--- a/src/compiler/GF/Compile/Compute/Concrete.hs
+++ b/src/compiler/GF/Compile/Compute/Concrete.hs
@@ -1,7 +1,3 @@
-{-# LANGUAGE CPP #-}
module GF.Compile.Compute.Concrete(module M) where
-#ifdef CC_LAZY
-import GF.Compile.Compute.ConcreteLazy as M -- New, experimental
-#else
-import GF.Compile.Compute.ConcreteStrict as M -- Old, trusted
-#endif \ No newline at end of file
+import GF.Compile.Compute.ConcreteLazy as M -- New
+--import GF.Compile.Compute.ConcreteStrict as M -- Old, inefficient