Skip to content

Commit 45b3d0d

Browse files
committed
Remove runtime float32 support
Signed-off-by: Patrick Ferris <[email protected]>
1 parent f297a8a commit 45b3d0d

File tree

2 files changed

+1
-119
lines changed

2 files changed

+1
-119
lines changed

src/kernel/dune

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
(rule
55
(copy# ../ocaml/driver/pparse.mli pparse.mli))
66

7-
(rule
8-
(copy# ../runtime/float32.c float32.c))
9-
107
(library
118
(name merlin_kernel)
129
(public_name merlin-lib.kernel)
@@ -21,8 +18,7 @@
2118
-open Merlin_extend)
2219
(libraries merlin_config os_ipc ocaml_parsing ocaml_preprocess ocaml_typing
2320
ocaml_utils merlin_extend merlin_specific merlin_utils
24-
merlin_dot_protocol merlin_index_format unix str)
25-
(foreign_stubs (language c) (names float32)))
21+
merlin_dot_protocol merlin_index_format unix str))
2622

2723
(rule
2824
(targets standard_library.ml)

src/runtime/float32.c

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)