diff options
Diffstat (limited to 'src/ly_common.h')
-rw-r--r-- | src/ly_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ly_common.h b/src/ly_common.h index 8dc32d7..ec0d3ea 100644 --- a/src/ly_common.h +++ b/src/ly_common.h @@ -61,9 +61,6 @@ struct lysc_node; #define GETMACRO6(_1, _2, _3, _4, _5, _6, NAME, ...) NAME #define GETMACRO7(_1, _2, _3, _4, _5, _6, _7, NAME, ...) NAME -#define VOIDPTR_C(var) ((void *)(uintptr_t)(var)) -#define VOIDPTR2_C(var) ((void **)(uintptr_t)(var)) - /****************************************************************************** * Logger *****************************************************************************/ |