Remove UNUSED macro

Use variables named unused instead which is simpler
This commit is contained in:
Aaron Marcher
2018-05-17 20:05:57 +02:00
parent fc8b6f81a5
commit b759662983
3 changed files with 3 additions and 11 deletions

2
util.h
View File

@ -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, ...);