Skip to content

Commit

Permalink
Simplify the 5.3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Dec 7, 2024
1 parent dbc30c1 commit db3e5a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/top/compat_top.ml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ let extension_constructor
; ext_loc
; ext_attributes
#if OCAML_VERSION >= (5, 3, 0)
; ext_uid = Uid.mk
~current_unit:
(Some (Unit_info.make ~source_file:"mdx.ml" Impl "mdx"))
; ext_uid = Uid.mk ~current_unit:None
#elif OCAML_VERSION >= (4, 11, 0)
; ext_uid = Uid.mk ~current_unit:"mdx"
#endif
Expand Down

0 comments on commit db3e5a8

Please sign in to comment.