Skip to content

Commit

Permalink
[rust] Remove unused constant in config module
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Aug 7, 2023
1 parent 36a8f17 commit 474e058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/src/config.rs
Expand Up @@ -26,7 +26,6 @@ use std::error::Error;
use std::fs::read_to_string;
use toml::Table;

pub const ARM64_ARCH: &str = "arm64";
pub const CONFIG_FILE: &str = "selenium-manager-config.toml";
pub const ENV_PREFIX: &str = "SE_";
pub const VERSION_PREFIX: &str = "-version";
Expand Down

0 comments on commit 474e058

Please sign in to comment.