aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/resource_files.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/resource_files.rs')
-rw-r--r--components/util/resource_files.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/resource_files.rs b/components/util/resource_files.rs
index 68d735697c7..cd7363f9c4c 100644
--- a/components/util/resource_files.rs
+++ b/components/util/resource_files.rs
@@ -26,7 +26,6 @@ pub fn resources_dir_path() -> PathBuf {
#[cfg(not(target_os = "android"))]
pub fn resources_dir_path() -> PathBuf {
use std::env;
- use std::fs::PathExt;
match *CMD_RESOURCE_DIR.lock().unwrap() {
Some(ref path) => PathBuf::from(path),