Skip to content

Commit b9dd728

Browse files
committed
Update ast_helper0.ml
1 parent 74e55ea commit b9dd728

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/ml/ast_helper0.ml

-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ module Exp = struct
182182
let pack ?loc ?attrs a = mk ?loc ?attrs (Pexp_pack a)
183183
let open_ ?loc ?attrs a b c = mk ?loc ?attrs (Pexp_open (a, b, c))
184184
let extension ?loc ?attrs a = mk ?loc ?attrs (Pexp_extension a)
185-
let unreachable ?loc ?attrs () = mk ?loc ?attrs Pexp_unreachable
186185

187186
let case lhs ?guard rhs = {pc_lhs = lhs; pc_guard = guard; pc_rhs = rhs}
188187
end

0 commit comments

Comments
 (0)