unikernel: remove unused module type DNS
This commit is contained in:
parent
7d4387807b
commit
3d1bb6c153
1 changed files with 0 additions and 7 deletions
|
@ -1,10 +1,3 @@
|
|||
module type DNS = sig
|
||||
type t
|
||||
|
||||
val gethostbyname : t -> [ `host ] Domain_name.t ->
|
||||
(Ipaddr.V4.t, [> `Msg of string ]) result Lwt.t
|
||||
end
|
||||
|
||||
open Lwt.Infix
|
||||
|
||||
let argument_error = 64
|
||||
|
|
Loading…
Reference in a new issue