Skip to content

Commit

Permalink
test-lwt: remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed Nov 7, 2024
1 parent 426c798 commit fd05557
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_lwt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ type cs = {
server : Vat.t;
client_key : Auth.Secret_key.t;
server_key : Auth.Secret_key.t;
serve_tls : bool;
}

let next_port = ref 8000
Expand Down Expand Up @@ -85,7 +84,6 @@ let make_vats_full ?(serve_tls=false) ?server_sw ~sw ~net ~restore () =
server;
client_key;
server_key;
serve_tls;
}

let with_vats ?serve_tls ?server_sw ~net ~service fn =
Expand Down

0 comments on commit fd05557

Please sign in to comment.