File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -645,17 +645,7 @@ let report w =
645645 }
646646;;
647647
648- #if true then
649- let super_report message w =
650- match is_active w with
651- | false -> `Inactive
652- | true ->
653- if is_error w then incr nerrors;
654- `Active { number = number w; message = message w; is_error = is_error w;
655- sub_locs = sub_locs w;
656- }
657- ;;
658- #end
648+
659649exception Errors ;;
660650
661651let reset_fatal () =
Original file line number Diff line number Diff line change @@ -137,7 +137,4 @@ val mk_lazy: (unit -> 'a) -> 'a Lazy.t
137137val nerrors : int ref
138138val message : t -> string
139139val number : t -> int
140- val super_report :
141- (t -> string ) ->
142- t -> [ `Active of reporting_information | `Inactive ]
143140#end
You can’t perform that action at this time.
0 commit comments