Skip to content

Commit

Permalink
[rust] Remove old download browser function in edge module
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Oct 9, 2023
1 parent 33cb37e commit 40f82d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rust/src/edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,6 @@ impl SeleniumManager for EdgeManager {
self.log = log;
}

fn download_browser(&mut self) -> Result<Option<PathBuf>, Error> {
Ok(None)
}

fn get_platform_label(&self) -> &str {
let os = self.get_os();
let arch = self.get_arch();
Expand Down

0 comments on commit 40f82d0

Please sign in to comment.