mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
Fix an unused value warning
Fixes
```
File "src/ambient-context/eio/opentelemetry_ambient_context_eio.ml", line 1, characters 0-33:
1 | module TLS = Thread_local_storage
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 60 [unused-module]: unused module TLS.
```
This commit is contained in:
parent
e66476015b
commit
fb4795a44c
1 changed files with 0 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
module TLS = Thread_local_storage
|
||||
module Fiber = Eio.Fiber
|
||||
|
||||
open struct
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue