diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs index d4a4439e1..0b964e468 100644 --- a/src/GF/Speech/SRG.hs +++ b/src/GF/Speech/SRG.hs @@ -14,8 +14,6 @@ -- -- FIXME: remove \/ warn \/ fail if there are int \/ string literal -- categories in the grammar --- --- FIXME: figure out name prefix from grammar name ----------------------------------------------------------------------------- module GF.Speech.SRG (SRG(..), SRGRule(..), SRGAlt(..), diff --git a/src/GF/Speech/TransformCFG.hs b/src/GF/Speech/TransformCFG.hs index 63078ac5c..bd33d01b5 100644 --- a/src/GF/Speech/TransformCFG.hs +++ b/src/GF/Speech/TransformCFG.hs @@ -11,8 +11,6 @@ -- -- This module does some useful transformations on CFGs. -- --- FIXME: remove cycles --- -- peb thinks: most of this module should be moved to GF.Conversion... -----------------------------------------------------------------------------