From 1a18e7d8cb5a2afc9119519874fbe4af5dbb28ad Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Fri, 20 Oct 2023 16:49:55 -0600 Subject: [PATCH] chore: remove unused var Signed-off-by: Connor Smith --- crates/wash-lib/src/start/wasmcloud.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/wash-lib/src/start/wasmcloud.rs b/crates/wash-lib/src/start/wasmcloud.rs index d9bd6580..0437040c 100644 --- a/crates/wash-lib/src/start/wasmcloud.rs +++ b/crates/wash-lib/src/start/wasmcloud.rs @@ -301,7 +301,6 @@ mod test { use tokio::time::Duration; const WASMCLOUD_VERSION: &str = "v0.79.0-rc3"; - const LOCALHOST: &str = "127.0.0.1"; /// Returns an open port on the interface, searching within the range endpoints, inclusive async fn find_open_port() -> Result {