We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7b13f commit caf700aCopy full SHA for caf700a
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 32753ed8112c7fb16ffe3564c01e60db9c05bf0a
+refs/heads/master: 4bc2c3b2b4c9176840a7dd99303778e4b40fd01a
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
trunk/src/librustc/middle/trans/reflect.rs
@@ -46,10 +46,6 @@ impl<'a> Reflector<'a> {
46
C_uint(self.bcx.ccx(), u)
47
}
48
49
- pub fn c_int(&mut self, i: int) -> ValueRef {
50
- C_int(self.bcx.ccx(), i)
51
- }
52
-
53
pub fn c_bool(&mut self, b: bool) -> ValueRef {
54
C_bool(self.bcx.ccx(), b)
55
0 commit comments