Mesa (master): mesa: removed redundant #else

Tim Rowley torowley at kemper.freedesktop.org
Mon Nov 21 18:51:08 UTC 2016


Module: Mesa
Branch: master
Commit: c32318073385dc461b91e407394e57fb76748da8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c32318073385dc461b91e407394e57fb76748da8

Author: George Kyriazis <george.kyriazis at intel.com>
Date:   Wed Nov  9 16:31:21 2016 -0600

mesa: removed redundant #else

Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/util/macros.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/util/macros.h b/src/util/macros.h
index 733bf42..6f55ac6 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




More information about the mesa-commit mailing list