summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2015-03-05 14:47:36 +0000
committerkrasimir <krasimir@chalmers.se>2015-03-05 14:47:36 +0000
commit023857961036e6165bae1298c24f13bcc493de75 (patch)
tree2971a30dcbb1cd83833761aecf7d171ad84a96be /src/compiler/GF/Command
parent7539809461f1c64fc38e15adc4a02068ceeb332c (diff)
remove some more old code
Diffstat (limited to 'src/compiler/GF/Command')
-rw-r--r--src/compiler/GF/Command/Importing.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Command/Importing.hs b/src/compiler/GF/Command/Importing.hs
index e7b9a076c..1b520cfc8 100644
--- a/src/compiler/GF/Command/Importing.hs
+++ b/src/compiler/GF/Command/Importing.hs
@@ -10,7 +10,7 @@ import GF.Grammar (SourceGrammar) -- for cc command
import GF.Grammar.CFG
import GF.Grammar.EBNF
import GF.Compile.CFGtoPGF
-import GF.Infra.UseIO(die,tryIOE,useIOE)
+import GF.Infra.UseIO(die,tryIOE)
import GF.Infra.Option
import GF.Data.ErrM