[Mesa-dev] [PATCH v3 01/10] mesa: removed redundant #else
George Kyriazis
george.kyriazis at intel.com
Wed Nov 16 02:26:52 UTC 2016
---
src/util/macros.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/util/macros.h b/src/util/macros.h
index 0563fa5..3730abe 100644
--- a/src/util/macros.h
+++ b/src/util/macros.h
@@ -178,7 +178,6 @@ do { \
# elif defined(_MSC_VER) && !defined(__INTEL_COMPILER)
# if _MSC_VER >= 1800
# define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T)
-# else
# endif
# endif
# ifndef HAS_TRIVIAL_DESTRUCTOR
--
2.10.0.windows.1
More information about the mesa-dev
mailing list