diff options
Diffstat (limited to 'printing/printer.ml')
| -rw-r--r-- | printing/printer.ml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/printing/printer.ml b/printing/printer.ml index 5d63d179db..696f25695b 100644 --- a/printing/printer.ml +++ b/printing/printer.ml @@ -698,11 +698,6 @@ open Typeclasses let pr_instance i = pr_global (instance_impl i) -let pr_instance_gmap insts = - prlist_with_sep fnl (fun (gr, insts) -> - prlist_with_sep fnl pr_instance (cmap_to_list insts)) - (Gmap.to_list insts) - (** Inductive declarations *) open Termops |
