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:
Shon Feder 2025-06-07 11:28:52 -04:00
parent e66476015b
commit fb4795a44c
No known key found for this signature in database

View file

@ -1,4 +1,3 @@
module TLS = Thread_local_storage
module Fiber = Eio.Fiber
open struct