Skip to content

Commit fd365ce

Browse files
committed
Remove silencing of deprecation alert. This raises no alerts.
1 parent 06f05fb commit fd365ce

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/tcp/segment.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1515
*)
1616

17-
[@@@ocaml.warning "-3"]
18-
1917
open Lwt.Infix
2018

2119
let src = Logs.Src.create "tcp.segment" ~doc:"Mirage TCP Segment module"

src/tcp/user_buffer.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1616
*)
1717

18-
[@@@ocaml.warning "-3"]
19-
2018
open Lwt.Infix
2119

2220
let lwt_sequence_add_l s seq =

0 commit comments

Comments
 (0)