[Mesa-dev] [PATCH v2 1/8] mesa: removed redundant #else

George Kyriazis george.kyriazis at intel.com
Wed Nov 9 23:18:39 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