]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/disambiguateTypes.ml
Huge reorganization of matita and ocaml.
[helm.git] / helm / ocaml / cic_disambiguation / disambiguateTypes.ml
index c22f08ed7da5f7ea851cc2a03ecfaa52c06a429e..fda6779e29024c4bbd6cb251f126d65ccf2bd94b 100644 (file)
@@ -115,14 +115,3 @@ let string_of_domain_item = function
 
 let string_of_domain dom =
   String.concat "; " (List.map string_of_domain_item dom)
-
-let floc_of_loc (loc_begin, loc_end) =
-  let floc_begin =
-    { Lexing.pos_fname = ""; Lexing.pos_lnum = -1; Lexing.pos_bol = -1;
-      Lexing.pos_cnum = loc_begin }
-  in
-  let floc_end = { floc_begin with Lexing.pos_cnum = loc_end } in
-  (floc_begin, floc_end)
-
-let dummy_floc = floc_of_loc (-1, -1)
-