Skip to content

Commit db3e5a8

Browse files
committed
Simplify the 5.3.0 support
1 parent dbc30c1 commit db3e5a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/top/compat_top.ml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ let extension_constructor
9797
; ext_loc
9898
; ext_attributes
9999
#if OCAML_VERSION >= (5, 3, 0)
100-
; ext_uid = Uid.mk
101-
~current_unit:
102-
(Some (Unit_info.make ~source_file:"mdx.ml" Impl "mdx"))
100+
; ext_uid = Uid.mk ~current_unit:None
103101
#elif OCAML_VERSION >= (4, 11, 0)
104102
; ext_uid = Uid.mk ~current_unit:"mdx"
105103
#endif

0 commit comments

Comments
 (0)