From a3f5c66484341a279b2c34ca81b3ca214e8a6fdc Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 14 Jan 2012 02:48:16 -0800 Subject: [PATCH] libstd: Remove util::orb. Redundant with core::bool --- src/libstd/util.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/libstd/util.rs b/src/libstd/util.rs index f7bfc18a2570..7f3bc5b1197a 100644 --- a/src/libstd/util.rs +++ b/src/libstd/util.rs @@ -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);