Skip to content

Commit b895ba5

Browse files
committed
librustc: Remove unused CrateContext::type_short_names
1 parent 25337a7 commit b895ba5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/middle/trans/context.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ pub struct CrateContext {
9797
adt_reprs: RefCell<HashMap<ty::t, @adt::Repr>>,
9898
symbol_hasher: Sha256,
9999
type_hashcodes: RefCell<HashMap<ty::t, @str>>,
100-
type_short_names: HashMap<ty::t, ~str>,
101100
all_llvm_symbols: HashSet<@str>,
102101
tcx: ty::ctxt,
103102
maps: astencode::Maps,
@@ -208,7 +207,6 @@ impl CrateContext {
208207
adt_reprs: RefCell::new(HashMap::new()),
209208
symbol_hasher: symbol_hasher,
210209
type_hashcodes: RefCell::new(HashMap::new()),
211-
type_short_names: HashMap::new(),
212210
all_llvm_symbols: HashSet::new(),
213211
tcx: tcx,
214212
maps: maps,

0 commit comments

Comments
 (0)