Remove UNUSED macro
Use variables named unused instead which is simpler
This commit is contained in:
parent
fc8b6f81a5
commit
b759662983
3 changed files with 3 additions and 11 deletions
2
util.h
2
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, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue