diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-01-18 16:09:53 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-01-18 16:09:53 +0000 |
commit | 208cceb23c7494df14e25c4857bfca2cc1faa569 (patch) | |
tree | 548bb0eb11059736b09dc0d3fe5615f23173c463 /library | |
parent | 0464655ed745ffe027137df635f8ea1ddaf19823 (diff) |
Pas d'assert false dans un try with !
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2414 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library')
-rw-r--r-- | library/library.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/library.ml b/library/library.ml index cf420d1b7..5d0a2a5ff 100644 --- a/library/library.ml +++ b/library/library.ml @@ -448,7 +448,6 @@ let rec_intern_qualified_library qid = | LibNotFound -> errorlabstrm "rec_intern_qualified_library" (str"Cannot find module " ++ pr_qualid qid ++ str" in loadpath") - | _ -> assert false let rec_intern_module_from_file qid f = (* A name is specified, we have to check it contains module id *) |