summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar.hs
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/Grammar.hs
parent7539809461f1c64fc38e15adc4a02068ceeb332c (diff)
remove some more old code
Diffstat (limited to 'src/compiler/GF/Grammar.hs')
-rw-r--r--src/compiler/GF/Grammar.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/GF/Grammar.hs b/src/compiler/GF/Grammar.hs
index 58f514971..92bf60c9f 100644
--- a/src/compiler/GF/Grammar.hs
+++ b/src/compiler/GF/Grammar.hs
@@ -16,7 +16,6 @@ module GF.Grammar
( module GF.Grammar.Grammar,
module GF.Grammar.Values,
module GF.Grammar.Macros,
- module GF.Grammar.MMacros,
module GF.Grammar.Printer,
module GF.Infra.Ident
) where
@@ -24,6 +23,5 @@ module GF.Grammar
import GF.Grammar.Grammar
import GF.Grammar.Values
import GF.Grammar.Macros
-import GF.Grammar.MMacros
import GF.Grammar.Printer
import GF.Infra.Ident