From 62178a1b8d487f074c8efaa61c49f6dcd507f76c Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Thu, 21 May 2009 23:06:31 -0300
Subject: [PATCH 09/48] Remove unused "#undef"s

They're leftovers from ancient code.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 libfiu/fiu.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/libfiu/fiu.h b/libfiu/fiu.h
index e9fdf64..645c456 100644
--- a/libfiu/fiu.h
+++ b/libfiu/fiu.h
@@ -50,10 +50,6 @@ void *fiu_failinfo(void);
 #define fiu_return_on(name, retval) fiu_do_on(name, return retval)
 
 
-/* Undefine the private defines */
-#undef _likely
-#undef _unlikely
-
 #else
 /* fiu not enabled, this should match fiu-local.h but we don't include it
  * because it includes us assuming we're installed system-wide */
-- 
1.6.2.2.646.gb214

