mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
middle: trans: cabi: remove dead code
This commit is contained in:
@@ -79,10 +79,6 @@ pub fn ignore(ty: Type) -> ArgType {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_direct(&self) -> bool {
|
||||
return self.kind == Direct;
|
||||
}
|
||||
|
||||
pub fn is_indirect(&self) -> bool {
|
||||
return self.kind == Indirect;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user