aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/zix/common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/zix/common.h b/src/zix/common.h
index 46307b1..bdd845f 100644
--- a/src/zix/common.h
+++ b/src/zix/common.h
@@ -56,15 +56,6 @@ extern "C" {
# define ZIX_LOG_FUNC(fmt, arg1)
#endif
-// Unused parameter macro to suppresses warnings and make it impossible to use
-#if defined(__cplusplus)
-# define ZIX_UNUSED(name)
-#elif defined(__GNUC__)
-# define ZIX_UNUSED(name) name##_unused __attribute__((__unused__))
-#else
-# define ZIX_UNUSED(name) name
-#endif
-
typedef enum {
ZIX_STATUS_SUCCESS,
ZIX_STATUS_ERROR,