From 7b6ed1e95bef26f4ae85d7471985128c0dfdbc15 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 1 Mar 2001 14:02:59 +0000 Subject: Déplacement de qualid dans Nametab, hors du noyau git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1419 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/type_errors.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel/type_errors.ml') diff --git a/kernel/type_errors.ml b/kernel/type_errors.ml index 269e30fca7..225756a999 100644 --- a/kernel/type_errors.ml +++ b/kernel/type_errors.ml @@ -59,8 +59,6 @@ type type_error = | WrongNumargConstructor of constructor_path * int | WrongPredicateArity of constr * constr * constr | NeedsInversion of constr * constr - (* Relocation error *) - | QualidNotFound of qualid exception TypeError of path_kind * env * type_error -- cgit v1.2.3