diff --git a/rust/src/edge.rs b/rust/src/edge.rs index 7c3af51654aa6..97cf2ff979573 100644 --- a/rust/src/edge.rs +++ b/rust/src/edge.rs @@ -281,10 +281,6 @@ impl SeleniumManager for EdgeManager { self.log = log; } - fn download_browser(&mut self) -> Result, Error> { - Ok(None) - } - fn get_platform_label(&self) -> &str { let os = self.get_os(); let arch = self.get_arch();