X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Flibrary%2FlibraryClean.ml;h=1b3df75f8e89011a3affc7e3a80e80011e193713;hb=3df31c02806eca83c63c14e6a89844f764c3e2cb;hp=8d78189920c8db5f6c68e9449b476aed3c10b71a;hpb=e2718488c73b2cdf20b26af46e80a11b91fac220;p=helm.git diff --git a/matita/components/library/libraryClean.ml b/matita/components/library/libraryClean.ml index 8d7818992..1b3df75f8 100644 --- a/matita/components/library/libraryClean.ml +++ b/matita/components/library/libraryClean.ml @@ -25,16 +25,14 @@ (* $Id$ *) -open Printf - let debug = false let debug_prerr = if debug then prerr_endline else ignore -module HGT = Http_getter_types;; -module HG = Http_getter;; +(*module HGT = Http_getter_types;;*) +(*module HG = Http_getter;;*) (*module UM = UriManager;;*) -let decompile = ref (fun ~baseuri -> assert false);; +let decompile = ref (fun ~baseuri:_ -> assert false);; let set_decompile_cb f = decompile := f;; (* @@ -219,11 +217,11 @@ let moo_root_dir = lazy ( ;; *) -let rec close_db cache_of_processed_baseuri uris next = +let close_db _cache_of_processed_baseuri uris _next = uris (* MATITA 1.0 *) ;; -let clean_baseuris ?(verbose=true) buris = +let clean_baseuris ?verbose:(_=true) _buris = (* MATITA 1.0 *) () (* let cache_of_processed_baseuri = Hashtbl.create 1024 in let buris = List.map Http_getter_misc.strip_trailing_slash buris in