@@ -33,7 +33,6 @@ module type MapArgument = sig
3333 val enter_module_expr : module_expr -> module_expr
3434 val enter_with_constraint : with_constraint -> with_constraint
3535
36- val enter_class_type : class_type -> class_type
3736 val enter_core_type : core_type -> core_type
3837 val enter_structure_item : structure_item -> structure_item
3938
@@ -54,7 +53,6 @@ module type MapArgument = sig
5453 val leave_module_expr : module_expr -> module_expr
5554 val leave_with_constraint : with_constraint -> with_constraint
5655
57- val leave_class_type : class_type -> class_type
5856 val leave_core_type : core_type -> core_type
5957 val leave_structure_item : structure_item -> structure_item
6058
@@ -536,7 +534,6 @@ module DefaultMapArgument = struct
536534 let enter_module_expr t = t
537535 let enter_with_constraint t = t
538536
539- let enter_class_type t = t
540537 let enter_core_type t = t
541538 let enter_structure_item t = t
542539
@@ -556,7 +553,6 @@ module DefaultMapArgument = struct
556553 let leave_module_expr t = t
557554 let leave_with_constraint t = t
558555
559- let leave_class_type t = t
560556 let leave_core_type t = t
561557 let leave_structure_item t = t
562558
0 commit comments