Skip to content

Commit caf700a

Browse files
committed
---
yaml --- r: 109867 b: refs/heads/master c: 4bc2c3b h: refs/heads/master i: 109865: 81842e3 109863: 84ff710 v: v3
1 parent ac7b13f commit caf700a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 32753ed8112c7fb16ffe3564c01e60db9c05bf0a
2+
refs/heads/master: 4bc2c3b2b4c9176840a7dd99303778e4b40fd01a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
55
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d

trunk/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)