]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaExcPp.ml
urimanager removed
[helm.git] / matita / matita / matitaExcPp.ml
index 99e6ec944ef516aa1f4de7e646c8562ea3088da7..f6bd9b90c125499ce9085efedc3de5c3af3741fb 100644 (file)
@@ -121,7 +121,6 @@ let rec to_string =
   | GrafiteTypes.Command_error msg -> None, "Error: " ^ msg
   | CicNotationParser.Parse_error err ->
       None, sprintf "Parse error: %s" err
-  | UriManager.IllFormedUri uri -> None, sprintf "invalid uri: %s" uri
   | Unix.Unix_error (code, api, param) ->
       let err = Unix.error_message code in
       None, "Unix Error (" ^ api ^ "): " ^ err