libstd: Remove util::orb. Redundant with core::bool
This commit is contained in:
parent
8f69176a14
commit
a3f5c66484
1 changed files with 0 additions and 5 deletions
|
|
@ -38,11 +38,6 @@ pure fn rational_leq(x: rational, y: rational) -> bool {
|
|||
x.num * y.den <= y.num * x.den
|
||||
}
|
||||
|
||||
/*
|
||||
Function: orb
|
||||
*/
|
||||
pure fn orb(a: bool, b: bool) -> bool { a || b }
|
||||
|
||||
// FIXME: Document what this is for or delete it
|
||||
tag void {
|
||||
void(@void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue