diff --git a/src/system.h b/src/system.h index 10abfef5..23fe5f55 100644 --- a/src/system.h +++ b/src/system.h @@ -54,9 +54,6 @@ typedef size_t uintptr_t; #endif #include -#define CALLOC(P, N) ((P) = xcalloc (N, sizeof *(P))) -#define MALLOC(P, N) ((P) = xnmalloc (N, sizeof *(P))) -#define REALLOC(P, N) ((P) = xnrealloc (P, N, sizeof *(P))) /*---------------------.