Warning fixes.

This commit is contained in:
Josh Matthews 2015-03-05 11:15:01 -05:00
parent 1b9684634f
commit 7b3043a59b

View file

@ -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,