about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2017-12-01 14:29:20 +0100
committerMichael Woerister <michaelwoerister@posteo>2017-12-01 14:29:20 +0100
commit966eead9ec4d95f887d1eb5d0fc4b72b5779e952 (patch)
treea1063add4d7f5858ec7d3d26a245be7149eacf11
parent410f8509b5ef5286195200eb5806e9fa1777b58e (diff)
downloadrust-966eead9ec4d95f887d1eb5d0fc4b72b5779e952.tar.gz
rust-966eead9ec4d95f887d1eb5d0fc4b72b5779e952.zip
incr.comp.: Fix merge fallout.
-rw-r--r--src/librustc/ty/maps/on_disk_cache.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc/ty/maps/on_disk_cache.rs b/src/librustc/ty/maps/on_disk_cache.rs
index c0daba5cace..8dc9b0877a0 100644
--- a/src/librustc/ty/maps/on_disk_cache.rs
+++ b/src/librustc/ty/maps/on_disk_cache.rs
@@ -15,7 +15,6 @@ use hir::def_id::{CrateNum, DefIndex, DefId, LocalDefId,
                   RESERVED_FOR_INCR_COMP_CACHE, LOCAL_CRATE};
 use hir::map::definitions::DefPathHash;
 use ich::CachingCodemapView;
-use middle::cstore::CrateStore;
 use mir;
 use rustc_data_structures::fx::FxHashMap;
 use rustc_data_structures::indexed_vec::{IndexVec, Idx};