a0ec541974
ok sturm@
21 lines
554 B
Plaintext
21 lines
554 B
Plaintext
$OpenBSD: patch-libapp_Avl_h,v 1.1.1.1 2007/01/10 10:37:07 grunk Exp $
|
|
--- libapp/Avl.h.orig Wed Dec 13 18:33:54 2006
|
|
+++ libapp/Avl.h Wed Dec 13 18:34:01 2006
|
|
@@ -141,16 +141,6 @@ private:
|
|
|
|
// ---------------------------------------------------------------- Definitions
|
|
|
|
-inline static int
|
|
-MIN(int a, int b) {
|
|
- return (a < b) ? a : b;
|
|
-}
|
|
-
|
|
-inline static int
|
|
-MAX(int a, int b) {
|
|
- return (a > b) ? a : b;
|
|
-}
|
|
-
|
|
// Use mnemonic constants for valid balance-factor values
|
|
enum balance_t { LEFT_HEAVY = -1, BALANCED = 0, RIGHT_HEAVY = 1 };
|
|
|