Skip to content

Commit 4bc2c3b

Browse files
committed
middle: trans: reflect: remove dead code
1 parent 32753ed commit 4bc2c3b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustc/middle/trans/reflect.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ impl<'a> Reflector<'a> {
4646
C_uint(self.bcx.ccx(), u)
4747
}
4848

49-
pub fn c_int(&mut self, i: int) -> ValueRef {
50-
C_int(self.bcx.ccx(), i)
51-
}
52-
5349
pub fn c_bool(&mut self, b: bool) -> ValueRef {
5450
C_bool(self.bcx.ccx(), b)
5551
}

0 commit comments

Comments
 (0)