Kill hashmap import for now

This commit is contained in:
greg 2016-03-05 17:04:01 -08:00
parent 6c44d295db
commit 6a0b50f278
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
extern crate llvm_sys;
extern crate iron_llvm;
use std::collections::HashMap;
use self::llvm_sys::prelude::LLVMValueRef;
use self::iron_llvm::core;