aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml/xmlcommand.ml
diff options
context:
space:
mode:
authorsacerdot2004-03-25 09:26:26 +0000
committersacerdot2004-03-25 09:26:26 +0000
commit30e43a0944f6a2a69b0e6cff1386f894e64b206f (patch)
tree10e3f774af1be9fcda9b4a791d95aa9b3ffb11ef /contrib/xml/xmlcommand.ml
parent14661766032d1451b3569fb9780ab71dea99c603 (diff)
Dead code removed.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5560 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/xml/xmlcommand.ml')
-rw-r--r--contrib/xml/xmlcommand.ml15
1 files changed, 2 insertions, 13 deletions
diff --git a/contrib/xml/xmlcommand.ml b/contrib/xml/xmlcommand.ml
index b05b7baa8f..58d52a09a7 100644
--- a/contrib/xml/xmlcommand.ml
+++ b/contrib/xml/xmlcommand.ml
@@ -219,12 +219,14 @@ let print_object uri obj sigma proof_tree_infos filename =
None -> ()
| Some (sigma0,proof_tree,proof_tree_to_constr,
proof_tree_to_flattened_proof_tree) ->
+(*CSC: bug in V8
let xmlprooftree =
ProofTree2Xml.print_proof_tree
uri sigma0 proof_tree proof_tree_to_constr
proof_tree_to_flattened_proof_tree constr_to_ids
in
pp xmlprooftree (prooftree_filename_of_filename filename)
+*) ()
;;
let string_list_of_named_context_list =
@@ -759,19 +761,6 @@ let filename_of_path ?(keep_sections=false) xml_library_root kn tag =
Some (join_dirs xml_library_root' tokens)
;;
-(*CSC: Ask Hugo for a better solution *)
-(*
-let ref_of_kernel_name kn =
- let module N = Names in
- let module Ln = Libnames in
- let (modpath,_,label) = N.repr_kn kn in
- match modpath with
- N.MPself _ -> Ln.Qualid (Ln.qualid_of_sp (Nametab.sp_of_global None kn))
- | _ ->
- Util.anomaly ("ref_of_kernel_name: the module path is not MPself")
-;;
-*)
-
(* Let's register the callbacks *)
let xml_library_root =
try