Skip to content

Commit 8c3a552

Browse files
committed
librustc: Remove the unused llvm_insn_ctxt from the stats
1 parent 97ceac7 commit 8c3a552

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/librustc/middle/trans/common.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ pub struct Stats {
135135
n_inlines: Cell<uint>,
136136
n_closures: Cell<uint>,
137137
n_llvm_insns: Cell<uint>,
138-
llvm_insn_ctxt: ~[~str],
139138
llvm_insns: HashMap<~str, uint>,
140139
fn_stats: ~[(~str, uint, uint)] // (ident, time-in-ms, llvm-instructions)
141140
}

src/librustc/middle/trans/context.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ impl CrateContext {
220220
n_inlines: Cell::new(0u),
221221
n_closures: Cell::new(0u),
222222
n_llvm_insns: Cell::new(0u),
223-
llvm_insn_ctxt: ~[],
224223
llvm_insns: HashMap::new(),
225224
fn_stats: ~[]
226225
},

0 commit comments

Comments
 (0)