summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Compile
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-05-29 15:15:00 +0000
committerkrasimir <krasimir@chalmers.se>2008-05-29 15:15:00 +0000
commit96bdd18dc3822acf307129bc8348ba7ace563807 (patch)
treefb1b3f051fb6628a447cc190656641fc4a6b0a93 /src-3.0/GF/Compile
parent77e05b0b3654afae0727c168ca212131ba8223fd (diff)
drop the dependency to GF.Infra.PrintClass from the Library
Diffstat (limited to 'src-3.0/GF/Compile')
-rw-r--r--src-3.0/GF/Compile/GenerateFCFG.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src-3.0/GF/Compile/GenerateFCFG.hs b/src-3.0/GF/Compile/GenerateFCFG.hs
index 1502e6250..3bea5ab36 100644
--- a/src-3.0/GF/Compile/GenerateFCFG.hs
+++ b/src-3.0/GF/Compile/GenerateFCFG.hs
@@ -15,8 +15,6 @@
module GF.Compile.GenerateFCFG
(convertConcrete) where
-import GF.Infra.PrintClass
-
import Control.Monad
import GF.GFCC.Parsing.FCFG.Utilities