aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.c')
-rw-r--r--tests/tests.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tests.c b/tests/tests.c
index 9dadddfe..329e798a 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -21,9 +21,6 @@
#include <string.h>
#include <stdint.h>
-/* redefinitions/wrapping */
-#define LOG_ME printf("%s is called\n", __func__)
-
void *not_null(void)
{
return (void *)NON_ZERO;