fix warnings

This commit is contained in:
Simon Cruanes 2025-03-19 13:39:15 -04:00
parent e177153f10
commit 75d90559bd
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,7 +1,5 @@
module S = Tiny_httpd module S = Tiny_httpd
module U = Tiny_httpd.Util
module D = Tiny_httpd.Dir module D = Tiny_httpd.Dir
module Pf = Printf
module Log = Tiny_httpd.Log module Log = Tiny_httpd.Log
let serve ~config ~timeout (dir : string) addr port j : _ result = let serve ~config ~timeout (dir : string) addr port j : _ result =