summaryrefslogtreecommitdiff
path: root/src/compiler/GF.hs
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2011-11-14 16:08:56 +0000
committerkr.angelov <kr.angelov@gmail.com>2011-11-14 16:08:56 +0000
commit7be8566f35737aeb44f2af30e6e33ccf6bb10903 (patch)
treeab85fb0ded9c8f164e43299c015d98bfda491f64 /src/compiler/GF.hs
parent7f9e245c36bd72b2fc956381f7072d69f3a80a6d (diff)
the new design for -tags
Diffstat (limited to 'src/compiler/GF.hs')
-rw-r--r--src/compiler/GF.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/GF.hs b/src/compiler/GF.hs
index bb68f5de6..43a2a0b7f 100644
--- a/src/compiler/GF.hs
+++ b/src/compiler/GF.hs
@@ -3,7 +3,6 @@ module Main where
import GFC
import GFI
-import GFTags
import GF.Data.ErrM
import GF.Infra.Option
import GF.Infra.UseIO
@@ -48,4 +47,3 @@ mainOpts opts files =
ModeRun -> mainRunGFI opts files
ModeServer -> mainServerGFI opts files
ModeCompiler -> dieIOE (mainGFC opts files)
- ModeTags -> dieIOE (mainTags opts files)