summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Speech/CFG.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Speech/CFG.hs')
-rw-r--r--src/compiler/GF/Speech/CFG.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/GF/Speech/CFG.hs b/src/compiler/GF/Speech/CFG.hs
index 9ec8416c5..f396faace 100644
--- a/src/compiler/GF/Speech/CFG.hs
+++ b/src/compiler/GF/Speech/CFG.hs
@@ -27,7 +27,6 @@ import qualified Data.Set as Set
--
type Cat = String
-type Token = String
data Symbol c t = NonTerminal c | Terminal t
deriving (Eq, Ord, Show)