summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar.hs
diff options
context:
space:
mode:
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