diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-01-29 12:21:15 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-01-29 12:21:15 +0000 |
| commit | 32d94e908c403d6bb0e9e57cd265a8b39d323a59 (patch) | |
| tree | 424b838d880330a6d08229e32b475a52883d897d /src/GF/Speech/TransformCFG.hs | |
| parent | fef4d56e7106fcbe7bde52afa2016a71d3a544e6 (diff) | |
Removed CFConst constructor, since it was unused.
Diffstat (limited to 'src/GF/Speech/TransformCFG.hs')
| -rw-r--r-- | src/GF/Speech/TransformCFG.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GF/Speech/TransformCFG.hs b/src/GF/Speech/TransformCFG.hs index 300f9654f..87fe8a160 100644 --- a/src/GF/Speech/TransformCFG.hs +++ b/src/GF/Speech/TransformCFG.hs @@ -58,7 +58,6 @@ data CFTerm | CFApp CFTerm CFTerm -- ^ Application | CFRes Int -- ^ The result of the n:th non-terminal | CFVar Int -- ^ A lambda-bound variable - | CFConst String | CFMeta String -- ^ A metavariable deriving (Eq,Ord,Show) |
