summaryrefslogtreecommitdiff
path: root/src/compiler/GF
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-11-01 13:45:12 +0000
committerhallgren <hallgren@chalmers.se>2011-11-01 13:45:12 +0000
commitf8665c7213426588e39db9afb4f18278b8ddffb8 (patch)
tree36f64bf6b60037f2eee7271513d3013343f9f5e5 /src/compiler/GF
parent9ebb9c98b8fd8b7ae9652a540b551f9baa59e4ad (diff)
Remove configuration flag cclazy
Diffstat (limited to 'src/compiler/GF')
-rw-r--r--src/compiler/GF/Compile/Compute/Concrete.hs8
-rw-r--r--src/compiler/GF/Infra/BuildInfo.hs3
2 files changed, 2 insertions, 9 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
diff --git a/src/compiler/GF/Infra/BuildInfo.hs b/src/compiler/GF/Infra/BuildInfo.hs
index 74096994a..2ff770393 100644
--- a/src/compiler/GF/Infra/BuildInfo.hs
+++ b/src/compiler/GF/Infra/BuildInfo.hs
@@ -13,6 +13,3 @@ buildInfo =
#ifdef SERVER_MODE
++" server"
#endif
-#ifdef CC_LAZY
- ++ " cclazy"
-#endif