From 104017df7a9391fda1b87f66ec2eac5bca894ba9 Mon Sep 17 00:00:00 2001 From: thorkill Date: Tue, 30 Jun 2015 18:10:07 +0200 Subject: [PATCH] Revert "Added UNUSED macro to silnce unused-parameter warnings" This reverts commit 8d4b974dda5f9245ceac981338537e1ee0d494ff. --- src/utils.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils.h b/src/utils.h index ef380bcb..c3364ced 100644 --- a/src/utils.h +++ b/src/utils.h @@ -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);