Skip to content

Commit

Permalink
Keep only macos jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclerc committed Jan 23, 2025
1 parent ea3d863 commit cb0e2a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions typing/primitive.ml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ type 'repr description_gen =
prim_native_repr_res: mode * 'repr;
prim_is_layout_poly: bool;
dummy_field: unit;
dummy_field2: unit;
dummy_field3: unit;
}

type description = native_repr description_gen
Expand Down Expand Up @@ -108,8 +106,6 @@ let make ~name ~alloc ~c_builtin ~effects ~coeffects
prim_native_repr_res = native_repr_res;
prim_is_layout_poly = is_layout_poly;
dummy_field = ();
dummy_field2 = ();
dummy_field3 = ();
}

let parse_declaration valdecl ~native_repr_args ~native_repr_res ~is_layout_poly =
Expand Down Expand Up @@ -219,8 +215,6 @@ let parse_declaration valdecl ~native_repr_args ~native_repr_res ~is_layout_poly
prim_native_repr_res = native_repr_res;
prim_is_layout_poly;
dummy_field = ();
dummy_field2 = ();
dummy_field3 = ();
}

open Outcometree
Expand Down
2 changes: 0 additions & 2 deletions typing/primitive.mli
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ type 'repr description_gen = private
prim_native_repr_res: mode * 'repr;
prim_is_layout_poly: bool;
dummy_field : unit;
dummy_field2: unit;
dummy_field3: unit;
}

type description = native_repr description_gen
Expand Down

0 comments on commit cb0e2a8

Please sign in to comment.