Skip to content

Commit 11fc34c

Browse files
committed
---
yaml --- r: 90720 b: refs/heads/master c: 0f3e4fe h: refs/heads/master v: v3
1 parent 0f8181a commit 11fc34c

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: df7f1374d7a3bdf5a17c069e932d1f2f26ef000d
2+
refs/heads/master: 0f3e4fea4f9d5e38843429eb59c5b38be84087d1
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
@@ -52,7 +52,6 @@ pub struct CrateContext {
5252
reachable: @mut HashSet<ast::NodeId>,
5353
item_symbols: RefCell<HashMap<ast::NodeId, ~str>>,
5454
link_meta: LinkMeta,
55-
enum_sizes: HashMap<ty::t, uint>,
5655
discrims: HashMap<ast::DefId, ValueRef>,
5756
discrim_symbols: HashMap<ast::NodeId, @str>,
5857
tydescs: HashMap<ty::t, @mut tydesc_info>,
@@ -192,7 +191,6 @@ impl CrateContext {
192191
reachable: reachable,
193192
item_symbols: RefCell::new(HashMap::new()),
194193
link_meta: link_meta,
195-
enum_sizes: HashMap::new(),
196194
discrims: HashMap::new(),
197195
discrim_symbols: HashMap::new(),
198196
tydescs: HashMap::new(),

0 commit comments

Comments
 (0)