Revert "Added UNUSED macro to silnce unused-parameter warnings"
This reverts commit 8d4b974dda
.
This commit is contained in:
parent
c68aa9d5cc
commit
104017df7a
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@
|
|||
#ifndef __TINC_UTILS_H__
|
||||
#define __TINC_UTILS_H__
|
||||
|
||||
#define UNUSED(x) (void)(x)
|
||||
|
||||
extern int hex2bin(const char *src, void *dst, int length);
|
||||
extern int bin2hex(const void *src, char *dst, int length);
|
||||
|
||||
|
|
Loading…
Reference in a new issue