aboutsummaryrefslogtreecommitdiff
path: root/helper/include
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-09-16 15:46:39 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2019-09-19 15:49:24 +0300
commit9585df1b0fc62cdb645f1faeeb05fbe1a365197d (patch)
treedf5e27007711092504118083b73d25bc86d4d6fa /helper/include
parentbc6bf0a4ff3c7b5f1a0709fcf6451683958a124b (diff)
helper: debug: remove duplicate ODPH_UNUSED macro
ODP API already has ODP_UNUSED macro. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'helper/include')
-rw-r--r--helper/include/odp/helper/odph_debug.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/helper/include/odp/helper/odph_debug.h b/helper/include/odp/helper/odph_debug.h
index 04d839b1d..ef520497b 100644
--- a/helper/include/odp/helper/odph_debug.h
+++ b/helper/include/odp/helper/odph_debug.h
@@ -24,6 +24,10 @@
extern "C" {
#endif
+/** @addtogroup odph_debug ODPH DEBUG
+ * @{
+ */
+
/**
* Assert macro for applications and helper code
*
@@ -97,11 +101,6 @@ do { \
* @}
*/
-/**
- * Mark intentionally unused argument for functions
- */
-#define ODPH_UNUSED __attribute__((__unused__))
-
#ifdef __cplusplus
}
#endif