summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-03-20 21:15:26 +0000
committerbringert <bringert@cs.chalmers.se>2007-03-20 21:15:26 +0000
commit2230a28e21391a17493e00ef45812e317cc36abe (patch)
tree7a76a7ddf735fd65c201ba2a403bde1ca6dc2bce /src
parent3dacf21a416511e88659d20bbcec284e70b85ec7 (diff)
Removed fixed FIXMEs.
Diffstat (limited to 'src')
-rw-r--r--src/GF/Speech/SRG.hs2
-rw-r--r--src/GF/Speech/TransformCFG.hs2
2 files changed, 0 insertions, 4 deletions
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...
-----------------------------------------------------------------------------