]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/content_pres/cicNotationParser.ml
removed no longer used METAs
[helm.git] / helm / ocaml / content_pres / cicNotationParser.ml
index 71cc2bffd6c4d1f919c77898436583ccfa3585ac..5750ad816805a841d64b61fcecdb5c7c826924db 100644 (file)
@@ -23,6 +23,8 @@
  * http://helm.cs.unibo.it/
  *)
 
+(* $Id$ *)
+
 open Printf
 
 module Ast = CicNotationPt
@@ -231,7 +233,7 @@ let extend level1_pattern ~precedence ~associativity action =
     List.split (extract_term_production level1_pattern)
   in
   let level = level_of precedence associativity in
-  let p_names = flatten_opt p_bindings in
+(*   let p_names = flatten_opt p_bindings in *)
   let _ =
     Grammar.extend
       [ Grammar.Entry.obj (term: 'a Grammar.Entry.e),