summaryrefslogtreecommitdiff
path: root/library/dischargedhypsmap.ml
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2007-08-18 20:34:57 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2007-08-18 20:34:57 +0000
commitbe2a2fda89bba47d5342b7aebc10efd97f1d68b9 (patch)
tree45a70ccd12dc139a53b49daba9c9821ffe2fd035 /library/dischargedhypsmap.ml
parent763b05d3e66a0c0c49bad97434d891d22c1054dc (diff)
parent72b9a7df489ea47b3e5470741fd39f6100d31676 (diff)
Merge commit 'upstream/8.1.pl1+dfsg'
Diffstat (limited to 'library/dischargedhypsmap.ml')
-rw-r--r--library/dischargedhypsmap.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/dischargedhypsmap.ml b/library/dischargedhypsmap.ml
index 255f5e75..f515dcb0 100644
--- a/library/dischargedhypsmap.ml
+++ b/library/dischargedhypsmap.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: dischargedhypsmap.ml 9488 2007-01-17 11:11:58Z herbelin $ *)
+(* $Id: dischargedhypsmap.ml 9903 2007-06-21 17:02:07Z herbelin $ *)
open Util
open Libnames
@@ -31,7 +31,7 @@ let get_discharged_hyps sp =
try
Spmap.find sp !discharged_hyps_map
with Not_found ->
- anomaly ("No discharged hypothesis for object " ^ string_of_path sp)
+ []
(*s Registration as global tables and rollback. *)