summaryrefslogtreecommitdiff
path: root/src/GF/Compile/Concrete/Compute.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-10-27 15:45:05 +0000
committerkrasimir <krasimir@chalmers.se>2009-10-27 15:45:05 +0000
commit83bc6d4cda927a9f2716958398da5d5684d96a8b (patch)
treed5d07f956509c89567ad6eaeb64b0355da0522cf /src/GF/Compile/Concrete/Compute.hs
parent8ebb4e854a474ee376253b9d476a25c5d1f24e9b (diff)
simplify the Term again
Diffstat (limited to 'src/GF/Compile/Concrete/Compute.hs')
-rw-r--r--src/GF/Compile/Concrete/Compute.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GF/Compile/Concrete/Compute.hs b/src/GF/Compile/Concrete/Compute.hs
index dc4937509..9c016116b 100644
--- a/src/GF/Compile/Concrete/Compute.hs
+++ b/src/GF/Compile/Concrete/Compute.hs
@@ -132,8 +132,6 @@ computeTermOpt rec gr = comput True where
_ -> returnC $ P t' l
- PI t l i -> comp g $ P t l -----
-
S t v -> do
t' <- compTable g t
v' <- comp g v