Skip to content

Commit 83ec0fa

Browse files
committed
[rust] Remove unused variable in ie module
1 parent 05ed1cd commit 83ec0fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rust/src/iexplorer.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
use crate::config::ManagerConfig;
1919
use reqwest::Client;
20-
use std::cell::RefCell;
2120
use std::collections::HashMap;
2221
use std::error::Error;
2322
use std::path::PathBuf;
@@ -44,8 +43,6 @@ pub const IEDRIVER_NAME: &str = "IEDriverServer";
4443
const DRIVER_URL: &str = "https://github.com/SeleniumHQ/selenium/releases/";
4544
const IEDRIVER_RELEASE: &str = "IEDriverServer_Win32_";
4645

47-
thread_local!(static RELEASE_URL: RefCell<String> = RefCell::new("".to_string()));
48-
4946
pub struct IExplorerManager {
5047
pub browser_name: &'static str,
5148
pub driver_name: &'static str,

0 commit comments

Comments
 (0)