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