summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Compile.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-12 13:11:18 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-12 13:11:18 +0000
commit0a6085a7e2699fca3c8d6d38a08b3072430f8b5e (patch)
treef2903db4256f5e20014c9e49d2f8d4992014c931 /src-3.0/GF/Compile.hs
parentf28e32e688df00676abf327dba5d3695f0026b9f (diff)
treating Int as PredefAbs.Int in lookup
Diffstat (limited to 'src-3.0/GF/Compile.hs')
-rw-r--r--src-3.0/GF/Compile.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-3.0/GF/Compile.hs b/src-3.0/GF/Compile.hs
index 71eb35bb4..13c96930c 100644
--- a/src-3.0/GF/Compile.hs
+++ b/src-3.0/GF/Compile.hs
@@ -176,7 +176,6 @@ compileSourceModule opts env@(k,gr,_) mo@(i,mi) = do
if null warnings then return () else putp warnings $ return ()
intermOut opts DumpTypeCheck (prModule mo3)
-
(k',mo3r:_) <- putpp " refreshing " $ ioeErr $ refreshModule (k,mos) mo3
intermOut opts DumpRefresh (prModule mo3r)