Skip to content

Commit

Permalink
parmatch: remove stale adhoc fix for printf.ml (REVIEW REQUIRED!)
Browse files Browse the repository at this point in the history
  • Loading branch information
trefis committed Nov 22, 2017
1 parent fa46b87 commit 9cc2261
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions typing/parmatch.ml
Expand Up @@ -1084,8 +1084,6 @@ let exhaust ext pss n =
match ret with
Rnone -> Rnone
| Rsome lst ->
(* The following line is needed to compile stdlib/printf.ml *)
if lst = [] then Rsome (omegas n) else
let singletons =
List.map
(function
Expand Down

0 comments on commit 9cc2261

Please sign in to comment.