From 88891c17336b2f7d6ea3f720eaaac40940a57d1f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 8 Jun 2022 20:06:39 +0000 Subject: Replace vestigial uses of MEMEQ macro with memeq inline function git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4351 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/nstring.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/util') diff --git a/lib/util/nstring.h b/lib/util/nstring.h index e1ef0747..677e24cb 100644 --- a/lib/util/nstring.h +++ b/lib/util/nstring.h @@ -30,8 +30,6 @@ extern "C" { #define STRSEQ(A, B) \ (strneq((A), (B), sizeof(A))) -#define MEMEQ(a,b,c) (memcmp(a, b, c) == 0) - #define MEMSEQ(a,b) (memeq(a, b, sizeof(*(a)))) #define MEMSSET(a,b) (memset(a, b, sizeof(*(a)))) -- cgit 1.4.1