summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-03-20 21:15:43 +0000
committerbringert <bringert@cs.chalmers.se>2007-03-20 21:15:43 +0000
commitfbe8282027629e93df2121523074f85ed048d1bb (patch)
treeaea71a343d0ca59f4003aa251c640f874439235d
parent2230a28e21391a17493e00ef45812e317cc36abe (diff)
Removed dead export list.
-rw-r--r--src/GF/Speech/TransformCFG.hs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/GF/Speech/TransformCFG.hs b/src/GF/Speech/TransformCFG.hs
index bd33d01b5..eb63ad57a 100644
--- a/src/GF/Speech/TransformCFG.hs
+++ b/src/GF/Speech/TransformCFG.hs
@@ -14,12 +14,7 @@
-- peb thinks: most of this module should be moved to GF.Conversion...
-----------------------------------------------------------------------------
--- FIXME: lots of this stuff is used by CFGToFiniteState, thus
--- the missing explicit expot list.
-module GF.Speech.TransformCFG {- (CFRule_, CFRules,
- cfgToCFRules,
- removeLeftRecursion,
- removeEmptyCats, removeIdenticalRules) -} where
+module GF.Speech.TransformCFG where
import GF.Canon.CanonToGFCC (mkCanon2gfcc)
import qualified GF.Canon.GFCC.AbsGFCC as C