git » libfiu » commit 62178a1

Remove unused "#undef"s

author Alberto Bertogli
2009-05-22 02:06:31 UTC
committer Alberto Bertogli
2009-05-22 02:06:31 UTC
parent 252f8e76283e4817a260afac5761e74bf6055dff

Remove unused "#undef"s

They're leftovers from ancient code.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

libfiu/fiu.h +0 -4

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 */