From 36c45ae7d8d2577a900ec266b64448d4b488013d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Jun 2017 20:13:40 +0300 Subject: Move cast macroses into separate file. --- src/localconsts.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/localconsts.h') diff --git a/src/localconsts.h b/src/localconsts.h index e6b455cf6..e416924fe 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -23,15 +23,6 @@ #define ENABLEDEBUGLOG 1 -#define CAST_8 static_cast -#define CAST_S8 static_cast -#define CAST_U8 static_cast -#define CAST_S16 static_cast -#define CAST_U16 static_cast -#define CAST_S32 static_cast -#define CAST_U32 static_cast -#define CAST_SIZE static_cast - #define GCC_VERSION (__GNUC__ * 10000 \ + __GNUC_MINOR__ * 100 \ + __GNUC_PATCHLEVEL__) -- cgit v1.2.3-60-g2f50