[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5222: Remove unused HIP_IFCS macro; it is small and of doubtful utility.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 30 Nov 2010 10:55:50 -0000

------------------------------------------------------------
revno: 5222
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2010-11-30 11:53:14 +0100
message:
  Remove unused HIP_IFCS macro; it is small and of doubtful utility.
modified:
  lib/core/ife.h


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'lib/core/ife.h'
--- lib/core/ife.h      2010-10-15 15:29:14 +0000
+++ lib/core/ife.h      2010-11-30 10:53:14 +0000
@@ -109,17 +109,6 @@
         } \
     }
 
-/**
- * HIP_IFCS takes a pointer and an command to execute and executes the
- * @c command if @c condition is @b not NULL.
- */
-#define HIP_IFCS(condition, consequence) \
-    if (condition) {      \
-        consequence;      \
-    } else {              \
-        HIP_DEBUG("No state information found.\n"); \
-    }
-
 /** @} */
 
 #endif /* HIP_LIB_CORE_IFE_H */

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5222: Remove unused HIP_IFCS macro; it is small and of doubtful utility. - noreply