From f677983078a0e5afc0dda3c3273f86ea304ddba4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 17 Feb 2022 17:19:28 +0100 Subject: Remove obsolete macro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'common.h') diff --git a/common.h b/common.h index 5e744d5..432dff2 100644 --- a/common.h +++ b/common.h @@ -108,9 +108,8 @@ #define MIN(A, B) ((A) < (B) ? (A) : (B)) -#define ERASE(PTR, N) libar2_erase(PTR, N) -#define ERASE_ARRAY(ARR) ERASE(ARR, sizeof(ARR)) -#define ERASE_STRUCT(S) ERASE(&(S), sizeof(S)) +#define ERASE_ARRAY(ARR) libar2_erase(ARR, sizeof(ARR)) +#define ERASE_STRUCT(S) libar2_erase(&(S), sizeof(S)) struct block { -- cgit v1.2.3-70-g09d2