From 226faf4e11ab2266db613304089423550f210bac Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Thu, 3 Mar 2016 17:05:12 +0100 Subject: [PATCH] Avoid redefining __pure2 in types-compat --- src/types-compat.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/types-compat.h b/src/types-compat.h index 665c1e3..b20b5ae 100644 --- a/src/types-compat.h +++ b/src/types-compat.h @@ -3,17 +3,6 @@ #include #include -#include - -#ifdef __GLIBC__ -/* Not sure what to do about __pure2 on linux */ -#define __pure2 -#endif - -#ifdef _WIN32 -/* Not sure what to do about __pure2 on windows */ -#define __pure2 -#endif typedef uint8_t u_int8_t; typedef uint16_t u_int16_t;