Skip to content

Commit 8f34752

Browse files
committed
Remove dead code
1 parent c087886 commit 8f34752

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rustc/back/upcall.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ fn declare_upcalls(targ_cfg: @session::config,
3939
let dv = |a,b| decl(llmod, ~"upcall_", a, b, T_void());
4040

4141
let int_t = T_int(targ_cfg);
42-
let size_t = T_size_t(targ_cfg);
4342

4443
return @{trace: dv(~"trace", ~[T_ptr(T_i8()),
4544
T_ptr(T_i8()),

0 commit comments

Comments
 (0)