File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
trunk/src/librustc/middle/trans Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 25337a7f9fd824ca26faee47a4bc4aaa6e542586
2
+ refs/heads/master: b895ba52bc4b5e7f6887327f3918b4abeb8430cb
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5
5
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ pub struct CrateContext {
97
97
adt_reprs : RefCell < HashMap < ty:: t , @adt:: Repr > > ,
98
98
symbol_hasher : Sha256 ,
99
99
type_hashcodes : RefCell < HashMap < ty:: t , @str > > ,
100
- type_short_names : HashMap < ty:: t , ~str > ,
101
100
all_llvm_symbols : HashSet < @str > ,
102
101
tcx : ty:: ctxt ,
103
102
maps : astencode:: Maps ,
@@ -208,7 +207,6 @@ impl CrateContext {
208
207
adt_reprs : RefCell :: new ( HashMap :: new ( ) ) ,
209
208
symbol_hasher : symbol_hasher,
210
209
type_hashcodes : RefCell :: new ( HashMap :: new ( ) ) ,
211
- type_short_names : HashMap :: new ( ) ,
212
210
all_llvm_symbols : HashSet :: new ( ) ,
213
211
tcx : tcx,
214
212
maps : maps,
You can’t perform that action at this time.
0 commit comments