diff options
-rw-r--r-- | portal/ws/portal.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/portal/ws/portal.ml b/portal/ws/portal.ml index df0672e..5afd725 100644 --- a/portal/ws/portal.ml +++ b/portal/ws/portal.ml @@ -23,7 +23,6 @@ let domain_of_string (s : string) : domain = s let domain_to_string (s : domain) : string = s type t = { - domain : domain; mutable stream : (signal, async) stream; mutable push : (signal, sync) stream option -> unit; mutable _socket : socket; |