From b759662983a159da8a3c361f4f222287b2e43331 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Thu, 17 May 2018 20:05:57 +0200 Subject: Remove UNUSED macro Use variables named unused instead which is simpler --- util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'util.h') diff --git a/util.h b/util.h index 53e4104..e90c29d 100644 --- a/util.h +++ b/util.h @@ -3,7 +3,5 @@ extern char buf[1024]; #define LEN(x) (sizeof (x) / sizeof *(x)) -#define UNUSED(x) (void)x - const char *bprintf(const char *fmt, ...); int pscanf(const char *path, const char *fmt, ...); -- cgit v1.2.3