diff options
| author | krasimir <krasimir@chalmers.se> | 2015-03-05 14:47:36 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2015-03-05 14:47:36 +0000 |
| commit | 023857961036e6165bae1298c24f13bcc493de75 (patch) | |
| tree | 2971a30dcbb1cd83833761aecf7d171ad84a96be /src/compiler/GF/Command | |
| parent | 7539809461f1c64fc38e15adc4a02068ceeb332c (diff) | |
remove some more old code
Diffstat (limited to 'src/compiler/GF/Command')
| -rw-r--r-- | src/compiler/GF/Command/Importing.hs | 2 |
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 |
