Skip to content

Commit b2b25e2

Browse files
committed
---
yaml --- r: 90733 b: refs/heads/master c: b895ba5 h: refs/heads/master i: 90731: b870019 v: v3
1 parent a25dc78 commit b2b25e2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 25337a7f9fd824ca26faee47a4bc4aaa6e542586
2+
refs/heads/master: b895ba52bc4b5e7f6887327f3918b4abeb8430cb
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
55
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8

trunk/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)