From e8e5041955554a0bc6dc12fe160468f10275c2c1 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 19 Apr 2018 22:25:16 -0400 Subject: common_types: Remove unnecessary check for whether or not__func__ is defined VS has supported this for quite a while. --- src/common/common_types.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/common/common_types.h') diff --git a/src/common/common_types.h b/src/common/common_types.h index 844d34965..56b2677c8 100644 --- a/src/common/common_types.h +++ b/src/common/common_types.h @@ -27,12 +27,6 @@ #include #include -#ifdef _MSC_VER -#ifndef __func__ -#define __func__ __FUNCTION__ -#endif -#endif - typedef std::uint8_t u8; ///< 8-bit unsigned byte typedef std::uint16_t u16; ///< 16-bit unsigned short typedef std::uint32_t u32; ///< 32-bit unsigned word -- cgit v1.2.3