From 594a101922b297d7ac643cf0237fd0a00b729d5e Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 20 Jan 2026 20:18:16 -0500 Subject: [PATCH] remove unused dep on thread-local-storage --- dune-project | 2 -- src/fuchsia/dune | 10 +--------- trace-fuchsia.opam | 1 - 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/dune-project b/dune-project index 0a4ff10..e777375 100644 --- a/dune-project +++ b/dune-project @@ -85,8 +85,6 @@ (= :version)) (mtime (>= 2.0)) - (thread-local-storage - (>= 0.2)) base-bigarray base-unix dune) diff --git a/src/fuchsia/dune b/src/fuchsia/dune index d35d63a..898b059 100644 --- a/src/fuchsia/dune +++ b/src/fuchsia/dune @@ -3,12 +3,4 @@ (public_name trace-fuchsia) (synopsis "A high-performance backend for trace, emitting a Fuchsia trace into a file") - (libraries - trace.core - trace.util - thread-local-storage - bigarray - mtime - mtime.clock.os - unix - threads)) + (libraries trace.core trace.util bigarray mtime mtime.clock.os unix threads)) diff --git a/trace-fuchsia.opam b/trace-fuchsia.opam index bb54651..4dcac5b 100644 --- a/trace-fuchsia.opam +++ b/trace-fuchsia.opam @@ -13,7 +13,6 @@ depends: [ "ocaml" {>= "4.08"} "trace" {= version} "mtime" {>= "2.0"} - "thread-local-storage" {>= "0.2"} "base-bigarray" "base-unix" "dune" {>= "2.9"}