From fbe8282027629e93df2121523074f85ed048d1bb Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 20 Mar 2007 21:15:43 +0000 Subject: [PATCH] Removed dead export list. --- src/GF/Speech/TransformCFG.hs | 7 +------ 1 file changed, 1 insertion(+), 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