Suppress unused env var warnings for lib.dtl
[hcoop/domtool2.git] / src / domtool.grm
index 13ee80b..bd2726c 100644 (file)
@@ -79,7 +79,7 @@ open Ast
 
 %%
 
-file   : docOpt decls expOpt SEMIopt       (docOpt, decls, expOpt)
+file   : docOpt decls expOpt               (docOpt, decls, expOpt)
 
 decls  :                                   ([])
        | decl decls                        (decl :: decls)