Revert "Added UNUSED macro to silnce unused-parameter warnings"

This reverts commit 8d4b974dda.
This commit is contained in:
thorkill 2015-06-30 18:10:07 +02:00
parent c68aa9d5cc
commit 104017df7a

View file

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