mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Warning fixes.
This commit is contained in:
parent
1b9684634f
commit
7b3043a59b
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ use std::thunk::Invoke;
|
|||
static mut HOST_TABLE: Option<*mut HashMap<String, String>> = None;
|
||||
|
||||
pub fn global_init() {
|
||||
<<<<<<< HEAD
|
||||
//TODO: handle bad file path
|
||||
let path = match env::var("HOST_FILE") {
|
||||
Ok(host_file_path) => host_file_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue