middle: trans: reflect: remove dead code

This commit is contained in:
Corey Richardson 2014-04-01 10:31:41 -04:00
parent 32753ed811
commit 4bc2c3b2b4
1 changed files with 0 additions and 4 deletions

View File

@ -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)
}