mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 19:43:24 +00:00
middle: trans: reflect: remove dead code
This commit is contained in:
parent
32753ed811
commit
4bc2c3b2b4
@ -46,10 +46,6 @@ impl<'a> Reflector<'a> {
|
||||
C_uint(self.bcx.ccx(), u)
|
||||
}
|
||||
|
||||
pub fn c_int(&mut self, i: int) -> ValueRef {
|
||||
C_int(self.bcx.ccx(), i)
|
||||
}
|
||||
|
||||
pub fn c_bool(&mut self, b: bool) -> ValueRef {
|
||||
C_bool(self.bcx.ccx(), b)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user