Skip to content

Commit c5253dd

Browse files
authored
Remove more unused libraries (#12823)
* chore: remove more unused libraries caught by the new unused-libs check Signed-off-by: Rudi Grinberg <[email protected]>
1 parent 055d5b4 commit c5253dd

File tree

2 files changed

+1
-4
lines changed
  • src/fswatch_win
  • test/expect-tests/dune_rpc_e2e

2 files changed

+1
-4
lines changed

src/fswatch_win/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(library
22
(name fswatch_win)
3-
(libraries stdune dune_util)
3+
(libraries dyn)
44
(foreign_stubs
55
(language c)
66
(names fswatch_win_stubs)))

test/expect-tests/dune_rpc_e2e/dune

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
csexp_rpc
2222
;; This is because of the (implicit_transitive_deps false)
2323
;; in dune-project
24-
ppx_expect.config
2524
ppx_expect.config_types
2625
base
2726
ppx_inline_test.config)
@@ -41,7 +40,6 @@
4140
dune_rpc_client
4241
dune_rpc_e2e
4342
dune_rpc_private
44-
dune_rpc_impl
4543
;; This is because of the (implicit_transitive_deps false)
4644
;; in dune-project
4745
ppx_expect.config
@@ -89,7 +87,6 @@
8987
dune_rpc_client
9088
dune_rpc_e2e
9189
dune_rpc_private
92-
dune_rpc_impl
9390
unix
9491
;; This is because of the (implicit_transitive_deps false)
9592
;; in dune-project

0 commit comments

Comments
 (0)