middle: trans: cabi: remove dead code

This commit is contained in:
Corey Richardson 2014-04-01 10:28:20 -04:00
parent 5e2b5221ca
commit a2290ccbc5
1 changed files with 0 additions and 4 deletions

View File

@ -79,10 +79,6 @@ impl ArgType {
}
}
pub fn is_direct(&self) -> bool {
return self.kind == Direct;
}
pub fn is_indirect(&self) -> bool {
return self.kind == Indirect;
}