diff options
Diffstat (limited to 'kernel/type_errors.mli')
| -rw-r--r-- | kernel/type_errors.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/type_errors.mli b/kernel/type_errors.mli index 22c6bff998..e7e850c714 100644 --- a/kernel/type_errors.mli +++ b/kernel/type_errors.mli @@ -63,8 +63,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 |
