Skip to content

Commit ca0acea

Browse files
committed
---
yaml --- r: 109861 b: refs/heads/master c: a2290cc h: refs/heads/master i: 109859: 91c62e5 v: v3
1 parent 986d302 commit ca0acea

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: 5e2b5221ca6d8d12e3e9f1f9740504387997a37a
2+
refs/heads/master: a2290ccbc567fade350ea9a10d83f03527dea647
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
55
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d

trunk/src/librustc/middle/trans/cabi.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ impl ArgType {
7979
}
8080
}
8181

82-
pub fn is_direct(&self) -> bool {
83-
return self.kind == Direct;
84-
}
85-
8682
pub fn is_indirect(&self) -> bool {
8783
return self.kind == Indirect;
8884
}

0 commit comments

Comments
 (0)