diff options
Diffstat (limited to 'pretyping/classops.ml')
| -rwxr-xr-x | pretyping/classops.ml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pretyping/classops.ml b/pretyping/classops.ml index aa5057db8d..03a0da56ac 100755 --- a/pretyping/classops.ml +++ b/pretyping/classops.ml @@ -17,7 +17,6 @@ open Nametab open Environ open Libobject open Library -open Declare open Term open Termops open Rawterm @@ -240,11 +239,6 @@ let inductive_class_of ind = fst (class_info (CL_IND ind)) let class_args_of c = snd (decompose_app c) -let strength_of_cl = function - | CL_CONST kn -> constant_strength (sp_of_global (ConstRef kn)) - | CL_SECVAR sp -> variable_strength sp - | _ -> Global - let string_of_class = function | CL_FUN -> if !Options.v7 then "FUNCLASS" else "Funclass" | CL_SORT -> if !Options.v7 then "SORTCLASS" else "Sortclass" |
