aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/dischargedhypsmap.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/dischargedhypsmap.ml')
-rw-r--r--library/dischargedhypsmap.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/dischargedhypsmap.ml b/library/dischargedhypsmap.ml
index 2a2e69e91..4a28c2fa5 100644
--- a/library/dischargedhypsmap.ml
+++ b/library/dischargedhypsmap.ml
@@ -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. *)