]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_parser/test_parser.ml
Cic.term and Cic.obj unused!
[helm.git] / matita / components / grafite_parser / test_parser.ml
index 72d6e981dbbf6be92c2f0aeac902bc711de547d9..500c2420f1c002c2aa9019b5af53b1f18cd716c4 100644 (file)
@@ -91,13 +91,6 @@ let process_stream istream =
                   | Some id ->
                       prerr_endline "removing last notation rule ...";
                       NotationParser.delete id) *)
-              | G.Executable (_, G.Macro (_, G.Check (_, t))) -> 
-                  prerr_endline (sprintf "ast: %s" (NotationPp.pp_term t));
-                  let t' = TermContentPres.pp_ast t in
-                  prerr_endline (sprintf "rendered ast: %s"
-                    (NotationPp.pp_term t'));
-                  let tbl = Hashtbl.create 0 in
-                  dump_xml t' tbl "out.xml"
               | statement ->
                   prerr_endline
                    ("Unsupported statement: " ^